Forum Discussion
Anonymous
4 years agoNot applicable
Using previously retrieved refresh token to get next token
Hi, I'm facing the situation where I need to use previously retrieved refresh_token to ask for new revresh token in Jira Tempo data query. Script below works fine in case I enter refresh token m...
lbendlin
4 years agoSuper User
Neither Power BI nor Power Query have any memory. Whenever you hear them say "variable" or "parameter" you need to mentally translate that as "immutable constant"
The only way I know how to handle this is to brute force it and ask for the initial token over and over again, completely ignoring the refresh tokens.