
My custom connector gets data from a CData api and has no required body parameters:
I have a button in my powerapps app which calls this connection to add the data returned to a collection. I do this with the following formula: ClearCollect(Test,exports.TestcdataCopy())
But I get an issue with this formula saying Invalid number of arguments: received 0, expected 1.
What argument am I missing here? Also how could I get the responsees from the custom connector to display in a vertical gallery or list in the powerapp?