Hi All,
I am trying to connect a PowerApp to an Appian app via a custom connector and it just isn't working. At this stage just using GET.
I set up the Appian api side correctly. How do I know? I've tested in Postman, using cURL.
I also created a power automate flow that is returning data to my PowerApp. I just want to replace the flow with a custom connector - sounds easy right?
Like all MS/Power Platform products, I'm sure there's some special case where this connector needs to be set up a little differently - or maybe it will suddenly start working in a weeks time even though nothing has been changed.
These are the options I have tried, based on reading so so many articles and similar questions. Instead of modifying an existing set up, I created multiple connectors as it didn't seem to update properly/fast enough for how I test.
- Filling out the Security section - when creating the connection, I add the api key.
- Filling out the Security section - but using Authorization as the parameter and adding Bearer <key> during connection creation
- Filling out the Security section - but using Authorization as the parameter AND using a Policy: Set HTTP header template, Authorization as the Header name, Bearer <key> as the Header value
- Filling out the Security section- but using Authorization as the parameter AND using a Policy: Set HTTP header template, appian-api-key as the Header name, <key> as the Header value
- Not filling out the Security section - using custom header instead
- Not filling out the Security section - using a Policy: Set HTTP header template, Authorization as the Header name, Bearer <key> as the Header value
- Not filling out the Security section - using a Policy: Set HTTP header template, appian-api-key as the Header name, Bearer <key> as the Header value
Every single time I get:
What am I doing wrong?
I successfully create a custom connector to themoviedb and created a powerapp and was able to show all data via a search query, so I know it can be done.
If my powerapp works with a different custom connector and also works with a flow to my actual data, I just dont know where to go from here. Any help is appreciated.