I have a scenario where multiple rows in a SharePoint List are created at once and I would like to trigger a flow once, not per item added.
The user submits a request via a Canvas app which has the option to add multiple code deployment items to the request upon submission. Through another flow, these line items are all given the same request number.
I can easily grab all items based off their request number, but cannot figure out logic or method to have the flow only run once per submission.