Getting only modified content from MRVS into flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2024 06:56 AM
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
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2024 06:52 PM
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.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 12:26 AM
how to compare the initial values of MRVS with modified MRVS,
how to get the initial values of MRVS in to the flow action