Hi,
i have a custom connector defined, with 3 methods: 1 getall , 2 post, 3 put
method 2 works just fine from my powerapp
method1 returns a list of objects
method 1 seems ok in the custom connector definition (swagger.json seems ok to me, return objects visible.. see screenshots)
now in powerapp, my method getall return is a boolean
Could you please help me sorting this out?