Hi,
I'm using a REST API POST request to run a workflow that I've created. This workflow has attributes.
I do manage to assign a value into attribute number 1 as you can see above.
The problem is with attribute number 2 :
Attribute 2 is with type of User. I tried to put into the json body request in the relevant WorkflowForm_X field with username login, ID, email… It doesn't accept none of them.
I can handle string, date, but not user. Any ideas what it suppose to receive in that field in the request?
Thanks.