Is there a way to get the arrowed ID number of a Flow?
Thank you, exactly what I needed.
Hi @Skybluekid,
That is not a flow ID (those are normally GUID values and not integers). That is probably a List Item ID field from the trigger outputs (I guess you are using a SharePoint trigger action).
If you want to reuse that you can find it in the dynamic content list or use an expression.
triggerOutputs()?['body/ID']