Hello,
I am working on a Power Apps and Power Automate solution where bulk data submissions are made to SharePoint. For every bulk submission, a unique Bulk ID is generated in the backend.
For example:
- If I submit 2 records at a time, both records are assigned
Bulk-1. - If I submit another 4 records later, they are assigned
Bulk-2.
My requirement is to build a Power Automate flow to:
- Filter records based on their specific
Bulk ID. - Attach the records in an email and send only the filtered records belonging to that specific
Bulk ID.
Issue:
I have created a flow to fetch and send these records via email. However, instead of fetching and sending records for only the current Bulk ID, it is retrieving and sending all the Bulk IDs available in the SharePoint list.
Steps I Followed in the Flow:
- Trigger the flow when new records are added to the SharePoint list.
- Filter records by
Bulk ID. - Create an attachment and send an email.
Could someone guide me on how to ensure the flow filters records accurately for the current Bulk ID being submitted?
Thank you!


Report
All responses (
Answers (