Postgres query

Hi

I have a problem when I use the node for the Postgres query I would like to use the value from frow a previous function node. When I use it nothing is found. However when I type i copy the same value and paste in the query then it works. See pictures below

Hm, the only thing I can think of right now, is that the “id” is not really a string and it is of some other type instead. So you can try to add .toString() to make sure it is really a string.

Thank you, will try I wll revert if it dont solve it