- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 10:50 AM
I have a catalog items that has 4 fields - email, name, comments , age and want to pass this values dynamically from attached flow to a action (rest step) using flow designer. This action step will then make rest api call using these paras and update a 3rd party platform and get a new account created in 3rd party platform.
I have a flow , subflow and action step which makes the rest api connection.
How to pass values from flow to action using flow designer
From my flow to subflow, I am.already having get catalog variables action buy when making sub flow to action call, I see no option.
How to achieve this dynamically from flow designer . Not looking for scripting but flow designer approach
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 11:13 PM
You are calling subflow from flow and passing the catalog variables to subflow
1) Then within your subflow you already have the variables, make your flow action accept inputs and then when you call it from subflow pass those.
See below how I am passing input to flow action from subflow, enhance
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 11:40 AM
Hi @Snehal13 ,
1 add a new input to the action to take variables as input from and pass the variables from the subflow or flow as a input to the action
2. write a script inside the action and extract the variable info
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 06:10 PM
Both points are already in place but not working. My question is anything to pass from subflow to action when making call to subflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 11:13 PM
You are calling subflow from flow and passing the catalog variables to subflow
1) Then within your subflow you already have the variables, make your flow action accept inputs and then when you call it from subflow pass those.
See below how I am passing input to flow action from subflow, enhance
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2025 11:13 PM
Would you mind closing your earlier questions by marking appropriate response as correct?
Members have invested their time and efforts in helping you.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader