Hi all!
We want to add some rows to an item list with 'Change item lists values' action.
The SQL query should take a JSON array (which is perfectly valid) from UI element and return a table for adding new rows to this item list.
Unfortunately this does not work. There seems to be some parsing on Webcon side, which eliminates all elements in the JSON array, apart from the separator, which results in SQL error (JSON text is not properly formatted. Unexpected character ...).
The attached query works fine in SQL management studio.
Can anybody tell me, what's going wrong here or show some alternatives or workarounds?
Thanks a lot & best regards, Nik