Hi @tthias, in your Postgres node you’d simply specify the field name rather than the value of your parameter. So if your Google Sheet node returns data with a key (or column headers if you like) of col1, you would use col1 as the value in Query Parameters. Like so:
And what if I want to use values from different nodes as query parameters ?
Do I need to create a node to format the input with all the required values and put it just before the postgres query node ?
Yes, a typical approach would be a Set node in front of nodes processing incoming data “as is”. This allows you to define the exact fields you’d like to have using expressions which in turn can reference data from a previous node.
The expression editor comes with a little browser so you don’t have to write simple expressions manually. Simply select the node you want to read data from and click on the respective field name: