Related list conditions in flow designer trigger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2022 03:52 PM
Hello I would like to create a trigger in flow designer that matches my report filter. It includes a "related list condition." I notice that related list conditions are only available in the reporting tool.
How can I accomplish something similar in my flow?
Note: In the flow I'm trying to find users in the sys_user table that have more than one 'in use' computer assigned to them.
Here is a picture of my report. How can make a similar query in flow designer so that I can trigger my flow against it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2023 01:46 PM
Hi Daniel,
I have a use case to do something similar. The current work-around I have in place is not very elegant, as it is just adding a for each loop to iterated through the records of the look up, and then performing another look up records to check the other table for applicable records.
Were you able to find a solution to this?