- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2022 08:36 PM
I am trying to use Flow Designer for a catalog item for the first time and I have a question around approvals.
The new catalog item contains a variable set that is already used in many other forms. These existing catalog items use workflows that contain approvals that have scripts that reference this variable set.
Variable Set
Workflow Script
I thought it would be just a matter of adding the same script to the flow and it would work but it does not seem to trigger any approvals when I run it. Can anyone tell me where I am going wrong. Have I put the script in the correct place?
Approval in Flow Designer
Error when I run Test
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2022 03:10 PM - edited 12-22-2022 03:11 PM
Hi Vasanthariajan,
I got it to work!!!!
I changed the drag and drop from your original suggestion
to this and BINGO!
Thanks so much for your help Vasantharijan and taking the time to answer my question. I really appreciate it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2022 09:06 PM
Hi @riskay123,
You have to use -
fd_data.flow_var.select_approvers_from_list_SM; // variable name
take a look at - Scripted Approvals in Flow Designer with Flow Variables
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2022 04:49 PM
I tried your suggestion but it didn't work. I am sorry but I am not any good with scripting. Have I missed something?