It is my first time using ACTION with an IFS REST Connector for Cloud in Boomi. I am specifically using the Invoke action “PromoteToObsolete” on a document. This is the Post request:
I’ve been using this forum to help me start but I think I’m stuck because I have multiple parameters that I need to pass.
I am currently receiving a Bad Request so there must be something wrong with the way that I am passing the parameters.
Before my Connector, I set up a “Set Property” shape of a Dynamic Process Property that contains he value that I will be using for the Bound Entity Set Parameters:

After that, I connected it to my Connector. In the Dynamic Operation Properties tab, I call on the DPP that I set earlier as the Bound Entity Set Parameters. (in additional, I added the E-Tag because I saw that it was required in the API doc)

For the Bound Entity Set Name, I just added it into the Operation since it will never change:

Is there something that I am missing or do I have to adjust the way I set up the multiple parameters?