update a record in table

Keerthi Lakshmi
Tera Contributor

Hi,

My requirement is I have to build a catalog item where i need to fetch details about the vendor. Later with the details, I need to update records in Vendor table. I was planning to map fields using script in workflow. I just want to know this will work and I am new to workflow. Can anyone help me to understand how I can achieve this?

13 REPLIES 13

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Keerthi Lakshmi 

 

You need to pass the variable to RITM in Flow

 

https://www.servicenow.com/community/developer-articles/access-ritm-variables-using-flow-designer/ta...

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

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

Hi ,

I just want to create a record in the table. And also want to update the field based upon given field. 

Hi @Keerthi Lakshmi ,

 

Did you get a chance to go through my response ?

 

Please check and Mark Helpful and Correct if it really helps you.

Regards,

Swathi Sarang

 

HI @Dr Atul G- LNG 

 

when i try to update the record i got this error "Value of field record is not a GlideRecord". How can i sort out the issue?