
Announcements
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:
Bulk-1.Bulk-2.My requirement is to build a Power Automate flow to:
Bulk ID.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:
Bulk ID.Could someone guide me on how to ensure the flow filters records accurately for the current Bulk ID being submitted?
Thank you!