How to update a variable inside a Multi‑Row Set via Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2026 04:55 AM
Dear all,
I’m facing a small challenge with a catalog item that uses a Multi‑Row Set variable.
Within my Flow (Flow Designer), I need to update or add a value (specifically the deviceName) inside one of the rows of this Multi‑Row Set.
So far, I can read the Multi‑Row Set data, but I haven’t found a way to update a single field inside the Multi‑Row Set and write it back to the request item.
Does anyone know the correct approach to modify a variable inside a Multi‑Row Set via Flow Designer?
Is there a supported method to update a specific row or field, or do I need to rebuild the entire JSON structure and write it back?
Any guidance or examples would be greatly appreciated.
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Updating a variable inside a Multi-Row Variable Set (MRVS) from Flow Designer is not natively supported with out-of-the-box data pills, because MRVS data is stored as a stringified JSON array. You must use a custom action with a server-side script or query the underlying database tables directly.