I've got an action on this API I'm working on that allows multiple ids that can be specified with multiple instances of the parameter.
As an example, my GET call URL for this action would look like this:
http://www.domain.com/api/GetValues?id="123d123sd12"&id="1123aewer1231"
However, the connector action only saves one 'id' parameter as a string.
Within PowerApps, my function looks like this:
ConnectorAPI.ActionName({Id: "F1EmO7UIUK...iBST1VHRQ", Id: "F1EmO7UIUK58x0uy...FxBTVNURVJEQU0"})
The PowerApps Error I received says:
"A field 'id' was specified more than once in this record."
Am I out of luck? Any tips?
Thank y'all for your help!

Report
All responses (
Answers (