How to get the value of a Department record from a Multi Row Variable Set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
I'm developing catalogue item to create records in our custom table 'u_m2m_depts_config_items'. So it's records that consist of a business application and a department record. I'm using a multi row variable set in my catalogue item to collect the list of consumers:
This is my multi row variable set in the back end of ServiceNow:
What I'm struggling with is getting the value of the consumer_organisation for each row in my Multi Row Variable Set. I'm trying to implement the below step in my flow:
At the moment, when new records in our custom table 'u_m2m_depts_config_items' get created, the following is happening:
Records created:
If anyone has seen this issue before or knows what I need to do, that would be much appreciated