In flowable design I need to send the task.assignee as part of a REST payload. I have created a data object data table and used the generated forms for create and update, but the task.assignee is null in the scope of those generated forms. Any idea how I can fix this issue? All of the other logic works as a part of these forms, I am able to create and update with no issues, I just need the assignee to track the user who makes the changes in my database. I am unable to provide links to the model, but I will try my best to be clear with my problems.
Thanks for any help!