Cannot convert between String and JSONB in PostgreSQL
Given the following json object below,
I would like to update a record in my postgresql database of type
jsonb
using a postgresql script such as below:
I am unfortunately unable to get this to work as Windmill interprets my inputs as either an actual JSON object or a string if wrapped in quotes.
i.e. If my input is "['ABC','DEF','GHI']"
, I get the following error message below
Otherwise, I get the following error:
0 Replies