- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2024 10:27 PM
Hello All,
I'm trying to trigger an approval based on a custom list type field. There is a reference variable in a Catalog item (RITM), and a custom field that is also "list type" in this reference variable table. My objective is to dynamically initiate an approval based on the selected value in this reference variable.
I attempted to fetch these details in the flow approval action, but it did not work as expected.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2024 10:38 PM
Hi @Vamshi_ch123 ,
You can use "Get Catalog Variable" Action in your flow and in "Ask for approval" choose that field to send for approval.
Please have a look at the below screenshot -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2024 10:38 PM
Hi @Vamshi_ch123 ,
You can use "Get Catalog Variable" Action in your flow and in "Ask for approval" choose that field to send for approval.
Please have a look at the below screenshot -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2024 11:14 PM
Hi Anirudh,
Thanks this worked