I think I'm really close to figuring this out. Here's the ideal scenario:
My accounting department hits a "Reminder" button on their interface which triggers an automation to send my Project Managers a reminder email to approve their invoices. The email contains a grid of that specific project manager's open invoices.
My current situation:
- My interface button works great. Best button ever.
- My "repeating group" action is where i'm getting twisted up. I've got a "repeat for every one in the project managers" list going.
I've got a "Find Records" action that finds ALL the invoices where the "PM Approved" field is not checked.
I want to send Project Manager 'A', a grid of ONLY his invoices that haven't been approved yet. How do I add a condition in the "Find Records" action that find records for the next project manager on the list?
Edit: I think I understand now. The "list" can only be generated from a multiple select field. Hmmm. Maybe this won't work at all. Every record in my table has only one PM...