The CreatorCon Call for Content is officially open! Get started here.

How to use one Flow Action output in another Flow Action?

Rajyalakshmi
Tera Expert

How to use one Flow Action output in another Flow Action?

2 ACCEPTED SOLUTIONS

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Rajyalakshmi 

 

https://www.servicenow.com/community/itsm-forum/how-to-pass-output-of-one-custom-action-to-another-c...

https://www.servicenow.com/community/developer-forum/call-one-flow-action-from-another/m-p/2595501

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

View solution in original post

Ankur Bawiskar
Tera Patron
Tera Patron

@Rajyalakshmi 

you can use "Dynamic Flow" flow logic

Then call your 2nd flow

Then after this you can use "Get Flow Outputs" to get the output in your main flow and then use it

Refer below link

Get started with Dynamic Flow and Get Flow Outputs 

AnkurBawiskar_0-1760611510409.png

 💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

6 REPLIES 6

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Rajyalakshmi 

 

https://www.servicenow.com/community/itsm-forum/how-to-pass-output-of-one-custom-action-to-another-c...

https://www.servicenow.com/community/developer-forum/call-one-flow-action-from-another/m-p/2595501

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

RaghavSh
Kilo Patron

Action 1 output can be fetched in flow and then call another action in same flow which and pass output from action 1 to action 2.

 

action1 ——->flow———>action2


Please mark the answer correct/helpful accordingly.


Raghav
MVP 2023
LinkedIn

sangrulkaradvai
Tera Contributor

Flow Designer, you can use the output of one Flow Action in another Flow Action by leveraging variables (outputs) from the first action and passing them as inputs to the second action.

 

1. Create Flow Variable

  • After the first action , create a Flow Variable to store the output.

  • Example: Create a variable

2. Store Output in Flow Variable

  • In the first action store the sys_id output in the Flow Variable 

3. Use Flow Variable in Next Action

vignesh parthib
Tera Guru

Hi @Rajyalakshmi 

 

Please refer  below link

 Exploring Dynamic Flow and Get Flow Output Logic in ServiceNow Flow Designer 

Assign subflow outputs flow logic 

 

Thanks,
Vignesh
"If this solution resolves your issue, kindly mark it as correct."