Hi all,
Inside a data flow I want to update the file of a document in IDM via IDM API. Here is what I got so far:
I have a custom BOD that contains information about the file that should be uploaded to a existing document in IDM (base64 encoded string, filename, etc..).
In the next step, I make a POST-request to get the pid of the document I want to update.

In a further step, I want to call the PUT-request with the pid I got from the first request and the data inside my custom BOD as body.

But the problem I have here is that the information I need for the PUT-request are in two separate BODs. One BOD contains the result of the first request and the other contains data about the new file.
Is there a possibility to merge these two BODs into one BOD or do I have to approach this differently?
Thanks in advance!
Best regards,
Sarah