- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2025 07:12 AM
I've got the following catalogue item that lists the different applications that I'm wanting to make the same update to:
Each business application has a business owner, and I'm wanting to extract the value of the business owner so that I can send the following notification to each one:
Does anyone know how I can retrieve the list of Business owners from my list collector and use it so that I can send the notifications to each business owner separately for their affected business applications.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2025 04:53 AM
I solved the issues by creating a for loop in a custom action for my flow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2025 07:27 AM
Hi,
This can be done, but it'll take a few steps.
I'm assuming you're working with Flow designer when processing this request.
First off, you'll need to retrieve the data in the catalog variable using the Get Catalog Variable action.
Next, you'll need to do a lookup of the records in the table of "business applications" where sysID is one of the values you got in the first step.
Finally, loop through all records found, and send a email to the application owner of each record found in the lookup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2025 04:53 AM
I solved the issues by creating a for loop in a custom action for my flow