I've created a custom connector using a Postman API.
I've added the connector into my app and it recognises the API's names within the collection and that looks ok....however I can't seem to display any of the data in my app when I just test using it in a gallery. I don't need to add a filter etc at this stage, I just want to get it working first and display some data.
Example:
connectorname.APIname()
It is expecting something in brackets but I can't work out what. With a normal table I would simply type 'tablename' and it would make everything in that table available to select.
Any ideas where I am going wrong?