Hi @Kishor O 

 

@Martin iTSM provided a way to see the flow name in screen shot. Give a try.

*************************************************************************************************************
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/dratulgrover [ Connect for 1-1 Session]

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

Martin iTSM
Tera Guru

Hmm, no. I have not seen anything which allows to access the current flow`s data/context easily.
But why do you need that?

You will need to pass the flow name from each flow to the subflow anyway - so you can just manually populate it per flow which should be a one time job per flow.

Maybe there`s some way to script it and populate it into a flow variable - but i`m not sure if it`s worth the effort and if it would really make any sense since you then need to create the input variable per flow and add the script into it which sounds more complicated than just setting the flow name manually.

Martin

SunilKumar_P
Giga Sage

Hi @Kishor O, You can create a subflow with the inputs and add action 'Send Email' to the workflow.

SunilKumar_P_0-1707907571295.pngSunilKumar_P_1-1707907588456.png

 

2. Configure the mainflow with the 'Error Handler' subflow.

Look up record in the 'Flow Engine Context' table with the source record as the Trigger Record.

SunilKumar_P_2-1707907694400.png

Dot walk to the look up record 'Name' to configure it to the subflow.

SunilKumar_P_3-1707907738565.png

 

Regards,

Sunil

 

 

View solution in original post

Love the way you explain 🙂 @SunilKumar_P 

*************************************************************************************************************
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/dratulgrover [ Connect for 1-1 Session]

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

@Dr Atul G- LNG, Thanks for the compliment😊 Glad that I could help.