- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2022 10:43 AM
I have a Flow with Record Updated as Trigger has actions to go in and the update State property of related Tasks but the related Tasks states are not being updated and I am not sure why
In the example below I am getting the Parent Task from the Catalog Task Trigger and attempting to set the State of the Parent Task record to the State selected in the Catalog Task when it is updated.
Solved! Go to Solution.
- Labels:
-
flow designer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2022 09:21 AM
The default behaviour, when creating a Catalog task, is to have the Flow wait for it's completion before continue the process to the next action.
It should look like this:
Did you disable the waiting of the completing of the Catalog task?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2022 09:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2022 02:11 PM
I didn't build the original flow and I have about a month in the platform to blame obvious oversights like that on. Thank you for the tip, I will test it out tomorrow.