Hi everyone
I have created a custom field with Forge that displays a dropdown and a container below it. The field is only used in a new transition view. The dropdown is for selecting JSM organizations and adds them to the container. Every time I perform an operation on the field (add or remove), I do an await.view.submit(value)
to save the value to the field.
Randomly, when I click on Update in the transition modal, I get this warning message flag that I’m posting below, and it appears 3 times:
Workitem updated with exceptions
We updated your workitem but couldn't save the value of XXXX.
However, the field value is stored correctly.
Has anyone experienced something similar or knows what might be happening?
Thank you very much and best regards.