
Announcements
Hi -
I am new to PowerApps. I am facing one issue with the parameter value passed into the API (get method).
I am using the custom connector method for API calls.
The connection is done, but at the time of passing the param value in Api (the param value like id=101,102,103 using the get method), the values are concatenated into a single value like 101102103. But I need to send the parameters in comma-separated values (101, 102, 103) in string format.
Anyone have a suggestion?