Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Simon_Mason
Contributor
Contributor

Adding Personio Data Connector

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?

Labels (1)
1 Reply
rdm6532
Luminary
Luminary

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 

rdm6532_0-1762806534745.png