I have a collection that I am trying to pass to a web API via custom connector. My collection looks like below.
and the custom connector - UpdatePersona.Properties is of Post type and has to accept the collection in it's body as shown below.
Below is how I imported into the custom connector.
The connector on itself works perfectly fine. What I am struggling with now is how do I pass the collection to the connector. I have been trying various methods like UpdatePersona.Properties({ inputTestColl }) - where inputTestColl is the collection shown in the 1st screenshot.
UpdatePersona.Properties({ body : inputTestColl })
Nothing works. Below is the error message I see. why is it again expecting individual parameters in it's input ?
Need help!!! Thanks in advance!

Report
All responses (
Answers (