Is there a variable I can use to Identify a flow run?
I would like to keep of all of the API result sets from an export.
So if I call the export today and it returns 10 records, and I call it again tomorrow and it returns 12 records, I would like my history table to contain 22 records (even though 10 may be duplicates).
I would like the history table to have all the columns mapped from the export, plus an extra column to identify which flow execution loaded the data.
I have tried using this mapping:
but timestamp appears to update for each page of records returned by the API.
I would like something more like {{flow startdate}}. Or maybe {{flowname}}-{{started}} or {{flowid}}-{{started}}.
Does something like this exist?
2
Comments
Alex Baeza Sorry, we missed this one. We don't yet have this support to identify the flow run. We've created a feature request for our engineering team to consider. We really appreciate your feedback!
Please sign in to leave a comment.