flow designer is not taking updated value for the requested variables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2023 07:48 AM
Hi @Ankur ,
Iam dealing with a flow designer ,which contains a task followed by some approvals.And approval is selected from the one of the requested details.So the problem we are facing here is when a task is generated then we are changing the approver in the requested details but the approval still goes to previous value selected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2023 08:42 AM
Hi,
You need to fetch requested details after changing the approver in requested details.
You can create a custom action and write a script because get catalog variables does not fetch the updated variable values
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2023 04:40 AM
could you please tell me how to get a variable value using the custom action