Hello all,
I have created a series of flows connected to a SharePoint list for approvals. The first of these flows generates a unique ID Code for each entry in the SharePoint list. After this, I would like to send an approval with the generated ID Code attached so admins can quickly review their previous actions regarding approvals. Both of these flows are triggered when a new item is added to the SharePoint list. My issue is that the ID Number is not generating quickly enough to be used by my subsequent flow. When the approval email is sent, the ID field displays no value.
I have tested the flow to make sure the error isn't on my behalf, and if I run the flow with test data after the ID has been generated, it works like a charm.
Is there a way to delay my subsequent fields until the ID Field is generated in SharePoint or a defer the secondary flows for a period of time?
Thanks in advance for any assistance!