Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

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...
  • artemus's avatar
    6 years ago

    If your token table is just one row, you could get the token like:

    [..., Authorization="Bearer " & TokenTable[TokenColumn]{0}, ...]