Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

using flow designer I want to trigger assign to

armanoj
Mega Sage

in custom table with list field group refer to group table.
i want create some custom task using sheduled job.

scheduled job run  every 6 months.
department field contain multiple values 
eg: Group1,group2,group3.

newly created task assign to needs to be corresponding department (group) manager.

 

example:

1 . record have 2 groups.
then task needs to create for to managers while runing the job.

15 REPLIES 15

from the list how you get department manager @Aditya_hublikar 

Hello @armanoj ,

 

department list data stored like array i simply iterate foreach loop on that , then i got single department record , and simply get manager of each department . Then i created new task and simply assigned them to manager.

 

All this things going on inside foreach loop.

 

Screenshot (16).png

 

see data pillar 2nd : foreach ;

 

 

Hello @armanoj , 

 

I hope you are doing well. Does my response helps you ?

 

If my response helps you then mark it as helpful and accept as solution. This will further future queries.

Regards,

Aditya,

Technical Consultant

Hello @armanoj ,

 

Does your query is resolve ? 

 

If my response helps you then mark it as helpful and accept as solution. This will further future queries.

Regards,

Aditya,

Technical Consultant

@Aditya_hublikar , I’ve made some changes to the action script and it’s working fine now.
Thank you for your valuable support. I really appreciate your willingness to help.