Hi All,
iam trying to updating a document in IDM via ION API in ION Workflow. Im detail i want to update a multiple value attribute. My goal is to add a text to the multiple value collection.
Iam trying to use api "IDM/api/items/{pid}" this works but just deletes the hole collection and adds my new value. I fact i just want to add an value and do not want to replace the other ones.
I have also tried to retreive the old values via an api call, first. But the problem is, that i do not know how big the collection is and i am only be able to map one value to an output variable. It is not possible to retreive the hole collection of multiple values and bind it to an variable in IonWorkflow.
Regards.
Chris