How to insert JSONB parameter in Postgres Action
Can't see what I'm missing here. I have a Postgres action as below:
but I get
ExecutionErr: error during execution of the script: db error: ERROR: unsupported jsonb version number 39VALUES ($1::JSONB) doesn't work either.The parameter I'm using (e.g.
'{"some": "data"}' works directly in the query:Windmill expects a
string type as the parameter. I've checked the docs but couldn't find anything.
Thaaanks!
