How to Automatically Assign Tasks Based on Priority in Flow Designer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2025 04:35 AM
Hi Community 👋,
I'm working on automating task assignment in Flow Designer. I want to assign tasks to different assignment groups based on the priority level (P1 to P4).
Here’s what I’ve done so far:
Trigger: Record created in the Incident table
Condition: Priority is P1
Action: Assign to High Priority Support group
Questions:
How can I make this dynamic for all priority levels?
Should I use a Data Lookup Table or a Script Block inside the Flow?
Is there a best practice for this kind of conditional assignment?
Any suggestions or shared experiences are appreciated 🙏
Thanks in advance!
— Pankaj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2025 10:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2025 08:07 PM
Hi @Pankaj Hatwar ,
Please refer these articles and create a decision table to dynamically route the assignment groups.
Please mark this as helpful/correct, if this helps you.
Thanks,
Yaswanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2025 11:21 PM
Hello @Pankaj Hatwar, If it's about task assignment and no complex logic needs to be written, then you can consider using Assignment Rules (System Policy → Rules → Assignment).
Otherwise, inside Flow Designer, a Decision Table seems to be a better approach, as it avoids multiple if/else or switch statements.
Regards,
Nishant