Forum Discussion

NLESM5's avatar
NLESM5
New Contributor
4 months ago

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...
  • Humashankar's avatar
    3 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