Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'll trying to connect Qlik to my Personio instance. I'm able to create a Rest Post request and this authenticates find. I need to be able to pass the bearer token from that successful post to a Rest Get so I can pull the data I need.
Has anyone successfully done this before and could give me some pointers?
In the Load Script, you can make a GET request to receive the token, then save the value as a variable, then create another Rest connection and be sure that you select the option "Allow WITH CONNECTION", then in the body of the request, call the variable with the token