I would like to update a task's person in charge item with a function, but I get an error.

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?



  1. "details": {
  2.         "owners": [
  3.           {
  4.             "zpuid": "1495350000000000000",
  5.             "name": " Michael Jordan",
  6.             "last_name": "Jordan",
  7.             "id": "700000000",
  8.             "first_name": "Michael ",
  9.             "email": "test@test.com"
  10.           }
  11.         ]
  12.       }
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.