I would like to update a task's person in charge item with a function, but I get an error.
I'm running into the error again.
I am writing a process to automatically assign the task to the creator when the last person in charge of the task is empty, but I cannot update it.
I try to pass it as per the data I got from the api or update it similar to the item you just told me, but I get an error.
How do I pass the value to update this item at the end to succeed?
- "details": {
- "owners": [
- {
- "zpuid": "1495350000000000000",
- "name": " Michael Jordan",
- "last_name": "Jordan",
- "id": "700000000",
- "first_name": "Michael ",
- "email": "test@test.com"
- }
- ]
- }
It is difficult because there is no uniformity in the rules for updating values.
Sorry for asking questions everyday.
This should be my last question.