Getting only modified content from MRVS into flow designer

s_dinesh01
Tera Expert

I have a requirement, in one of my catalog items we are using MRVS, based on a field in the catalog item MRVS data is populated from the server side, MRVS data has more than 10 rows, if i want to modify(Add, Remove, edit)  the content from the portal.

I'm using a script include and GlideAjax to get the data in JSON format

i should compare the data that I got from the server side and modified content in the portal and pass only the modified content into the flow designer 

is there any way to do this requirement 

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@s_dinesh01 

so you are auto-populating MRVS and then user can edit it

in flow designer you can use Custom action and then compare it with your server side logic

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

Hi @Ankur Bawiskar 

 

how to compare the initial values of MRVS with modified MRVS,
how to get the initial values of MRVS in to the flow action