Catalog task update
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi everyone,
I’m facing an issue in Flow Designer where my flow will create a task and check for a condition where state is shipped. If state is shipped it should update the assignment group / assigned to fields. But its not working.
What I have:
Flow triggers Catalog Task.
Condition checks:
State = Shipped
Destination = Cambridge
Then I use “Update Catalog Task Record” action
Is there anything I might be missing in updating assignment fields via Flow Designer?What’s the best practice to assign groups dynamically based on conditions in Flow Designer?
Any help or pointers would be greatly appreciated!
Thanks in advance 🙏
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
I have a question: How are you "holding" your condition checks until the field(s) are updated? A Flow snippet would be helpful to see what can be done to help out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hello @kmannem ,
are you using Wait for Condition action before your "If" block.
This tells the flow to pause until the Task record state is actually "Shipped ".
If everything configured right, plz share the flow execution context screenshots where the issue lies..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hello @kmannem ,
As per question , you are creating one catalog task using flow am i right ? if state is change you have to assign particular assignment group for that task .
When you create that catalog task wait checkbox is checked ?
when this check is checked at that time flow will not executes next action until an unless this task is close. Please ensure that this is unchecked.
You can assign assignment based on certain condition is by using decision table .
If this helps you then mark it as helpful and accept as solution.
Regards,
Aditya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
13m ago
- Action: Add "Update Record" action.
- Record: Drag the Trigger -> Catalog Task Record pill.
- Fields: Set "Assignment Group" to the desired group
