Hi,
I have an HTTP module that gets 100 candidate records from a tool we use. If I try to write those records to BigQuery, it does not iterate through the bundles. It just writes the first record. If I add an Iterator module, it write 100 of the same frst record to the DB instead of iterating through the bundles. I believe Im iterating on the correct field. Could anyone help? Ive attached screenshots of the first HTTP module showing the bundles, the iterator and the results at the BigQeury module that show all the operations, but all of those are for the same user.
I figured it out. In my BigQuery module, I had the fields from the HTTP request selected, instead of the fields from the Iterator module. Me being dumb but ill leave this here for others in case it helps. :0


