- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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 query so I would like to put it in this query automatically. I tried to use a Parameter and use Authorization="Bearer " &Parameter. Which worked fine but I couldn't get my Token from the Token Table automatically into the Parameter. Is there any way to automatically use the Token out of my Token Table in this Code or to get the Token into a Parameter automatically?
Thank You
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

If your token table is just one row, you could get the token like:
[..., Authorization="Bearer " & TokenTable[TokenColumn]{0}, ...]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

If your token table is just one row, you could get the token like:
[..., Authorization="Bearer " & TokenTable[TokenColumn]{0}, ...]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Picture of the Table:

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
07-28-2022 09:17 AM | |||
03-15-2024 03:10 AM | |||
04-05-2024 04:32 AM | |||
09-17-2020 09:21 AM | |||
01-27-2024 02:20 AM |