Forum Discussion
Anonymous
6 years agoNot applicable
How to use a Token from different Table dynamically in a Web Query
Hello, I would like to use a token I get from a different table in my query for this table: I have one Token Table with one Token that changes every day. The Token is changing often in this...
- 6 years ago
If your token table is just one row, you could get the token like:
[..., Authorization="Bearer " & TokenTable[TokenColumn]{0}, ...]
Anonymous
6 years agoNot applicable
Picture of the Table: