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?