Forum Discussion
Duftnich06
3 years agoRegular Visitor
Power Query REST API Forgetting Settings
I've created a REST query that uses a bearer token, which it gets from a function I've created: Function: Query: It refreshed fine for a while but then, after a certain amount of tim...
Duftnich06
3 years agoRegular Visitor
Update:
It appears to be the GetAccessToken() function that is causing the issue.
Essentially, if I stop it being a function, clear its permissions and then run it, setting the permissions on run time, it then returns a string happily. I then set it back to a function and then I can run everything else fine...weird!?
Any thoughts ImkeF?