Variables in RITM

KouassiP
Tera Contributor

Hello All , 

 

I want to get all the variables in a RITM to send them in a file .

The name of the variables and the content .

Do you have an easy way to do that ?

Thanks for your support 

12 REPLIES 12

@KouassiP 

there can be only 1 trigger point for the file generation and whatever variables are there and filled will come there.

You can generate the file again but I won't recommend playing with the existing csv or text file to append as it will complicate it further.

If my response helped please mark it correct and close the thread so that it benefits future readers.

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

@KouassiP 

I believe I answered your question.

If my response helped please mark it correct and close the thread so that it benefits future readers.

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

@KouassiP 

Hope you are doing good.

Did my reply answer your question?

If my response helped please mark it correct and close the thread so that it benefits future readers.

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

Not direct way and need to code. Follow @Ankur Bawiskar blog.

*************************************************************************************************************
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]

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

Thanks @Dr Atul G- LNG 

 

I have another point i want to clarify  . Let's say we have an RITM with 7 tasks and some variables are not defined during the creation of the RITM , but in the Task 4 . 

My question is to know , when i will run my script at the creation of the RITM , i will only have the variable defined at this moment , do you think if i run the script again after the closing oh the task 4 , i will have the new variable in my file ?