I need to send an HTTP header with a dynamic value. I have added the data/parameter that I need to send as the TaskId field on every record.
I tried what shows above, as well as:
{{record[0].TaskId}}
and
{{page_of_records[0].TaskId}}
The value that I need to send is coming from a database query in my export step. My HTTP POST batches up a couple thousand records per POST. The TaskId is not included in the body of the HTTP POST, but it’s in the source data.
