Catalog Item, for Record Procedure with Multi-Row Variable Set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2025 11:13 PM
we have a requirement to automate a catalog item form (record procedure) that have Multi-Row Variable Set.
As for now the SN document , only guide on how to retrieve variable Service Catalog API | ServiceNow Developers.
Looking for some reference on how to submit record procedure through API, the one with MRVS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2025 02:51 AM
ChatGPT said:
To submit a Record Producer with a Multi-Row Variable Set (MRVS) via ServiceNow API, use:
- Find sys_id of the Record Producer from /api/now/table/sc_cat_item.
- Submit with MRVS in /api/sn_sc/servicecatalog/items/{sys_id}/submit_producer:
- Send POST request via Postman or curl. Ensure correct variable names.
While working on automation, you can watch free movies online on FreeCine to take a break.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2025 12:04 AM
I am using SN API Explorer to test this suggestion, but I am getting error. Service Catalog API | ServiceNow Developers