I'm stuck. I created a collection that has a pointer to a user in the Users collection.
When I try to invoke the service to create a new row in that collection I get a 'DBSC241 error Pointer column value of field 'UserID' must be JSON object but has 'class java.lang.String'.
In Tiggzi builder I put in a JS in the data mapping to have this JSON style object :
"return '{"collName":"Users", "_id":"'+value+'"}';"
When I do the same via the test option in the service, it does work. What am I doing wrong?