I've been struggling to get Qlik Sense to communicate with a database (Exact Online) that uses OAuth2. I've managed to get the token aspect to work, however now I'm stuck on how to retrieve the data from the database.
What I've done:
1. Set up an authorization process and a POST call in Qlik to get my access and refresh tokens.
2. Automatically get new access token if needed.
I'm now able to connect to the database, but I'm failing to retrieve any data.