flow designer - getting task info from previous task in flow, and using it in approval action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2025 01:59 PM
I've got a scenario where i'm generating a catalog task in a flow. I need to take whomever is the assigned to or user that closes the task, and make them the approver on a subsequent approval action. its giving me the following error:
looking up data from cat task
then trying to pull the closed by OR assigned to from the previous task in step/action 3, and using it in the approval:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2025 05:42 PM
Hi @cameron8
Please verify the step "Lookup Catalog task" (step 4).
Actually it doesn't have valid condition.
The Lookup condition should be something like "sys_id is <fetch sys_id from the previous step>"
Regards,
Siva