Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi I have a list called Employee. This employee list has the below columns.

Employee Name, Joining Date and Status.

My requirement is, I have to create a out of box workflow which will check the Status. If status is No then the Second list (which is activity list) a new row will be created which will hold the employee list and a task will be created for the same employee.

Can you please help on How to achieve this.

Thanks
Bisu
Posted

1 solution

write a condition block for status,
If status=no then
copy row from first list to second one and assign fields to task list
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900