NLESM5
6 months agoNew Contributor
Error. Cannot read properties of undefined (reading 'includes')
Hi, Am working on an API script where the first step is to get the bearer token from Microsoft login. This part works fine. Next step is to run an API with the just found bearer token, am quite sur...
- 5 months ago
Hi NLESM5
Can you also verify that the logic capturing the bearer token from Microsoft login is correct and stores the token in a variable.
Use a "Print" statement to display the captured token value and ensure it's not empty.
Regards