The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I have one query that generates a secret key. Another query uses that key to get a token. After the secret key is provided to the backend it gets invalidated and new key needs to be created. So, how can I execute first query and use its results for the second query?
Thanks
Yes, that should work, but what about a situation when I might have a number of data sources that all need a token to get data? I dont want to request a token every time data is pulled. I need to store it somehow and reuse it.
Hi @Markzolotoy
In the 2nd query that uses the key, make a test request to your API, check for an error in the response that indicates the key is invalid.
If it is invalid then call the first query to generate a new key.
Regards
Phil
Proud to be a Super User!
User | Count |
---|---|
69 | |
69 | |
66 | |
54 | |
28 |
User | Count |
---|---|
112 | |
82 | |
66 | |
48 | |
43 |