Handle Dynamic Data Structure input to iterator

I have Postgres module that gets query from a webhook, my issue is the query isn’t the same every time, so resulting fields are changing which I wasn’t able to handle the data using iterator. I appreciate any guidance.

Welcome to the Make Community!

How is your module set up? I’ve not used PGSQL before, so could you expand the module Advanced Settings and take a screenshot of all the fields?

Let me know if there are any further questions or issues.

@samliew

Thanks, Attached is my scenario, basically I want to use whatever the PSQL Query node outputs, and the issue is the query isn’t the same every time, so items below bundles are different. What I did temporary is I added expected columns in my iterator but was wondering if there is more modular solution

Below is a sample of two different queries


blueprint.json (10.0 KB)