How to call script include in flow designer to call flow again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 06:15 AM
I have requirement to call flow inside flow and add approval
I am creating multiple RITM based on list collector field and want to add same flow on each RITM to add approval and update record.
added below script include but not working
same script if run in background then it will work
script include :
-----------------------------------
how to achieve this? @Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 12:11 AM
how to pass values or input in script include for this flow?
log shows undefined for variable value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 12:12 AM
you may need to pass it in the function parameter.
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 12:27 AM
when i am adding parameter then flow is not getting called

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 06:28 AM
Hi @shweta14 ,
You have to create one action and in that action you need to create one script type action and in that you need to call script include sample code
new scriptInclude().functionName();
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak