
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 01:11 AM
Hi All,
Actually i have requirement that , we have created a flow where it should create tasks for all the group members and assign task to each person of that group and along that need to attach a approval to each task?
Please help me to achieve this
Thanks
Prudhvi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 01:26 AM
@Community Alums
1 task can be assigned to 1 group and 1 user
how many tasks are you planning to create?
Are you saying 1 task for each group member?
If yes then you can use Lookup Records on sys_user_grmember
Then use For Each
Then use Create Task record within that loop and set it to each group member
where are you stuck?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 01:26 AM
@Community Alums
1 task can be assigned to 1 group and 1 user
how many tasks are you planning to create?
Are you saying 1 task for each group member?
If yes then you can use Lookup Records on sys_user_grmember
Then use For Each
Then use Create Task record within that loop and set it to each group member
where are you stuck?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 01:40 AM
Hi @Ankur Bawiskar , Thanks for the response. Tasks are getting created but all the fields are blank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 01:53 AM
@Community Alums
how are you creating tasks and if fields are not configured then it will be blanks?
share flow configuration screeshots
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2025 02:30 AM
Hi @Ankur Bawiskar can we add approvals to the look up records created (task records)? in flow designer it's not showing option to add approvals to the task records