Forum Discussion

damd's avatar
damd
New Member
3 years ago
Solved

Custom Connectors - API url + body

Hi, I am working on a custom connector for PowerBI to get Data from an API. I'd like to specify both the url and the json body   I created a working version that only takes the url as parameter. E...
  • damd's avatar
    3 years ago

    I found a workaround by setting request_body as optional, although this field is mandatory in this case...