Insert GUID value into Postgresql database table

I’m facing a problem with insertion of GUID data into PostgreSQL database table column.
How to congifure “DB Insert” node in order to be able to insert GUID into a table with UUID type column?

@Tokbanov you might want to check out this thread and the solution

This is a way to first use a temporary table first:

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.