Forum Discussion

AlexeyProshin's avatar
AlexeyProshin
New Member
3 years ago

Step from the script is not executed

Hello. I am a new user in Power Query, please help.
The last "logout" step from the script is not executed. Also, the first step is not always performed in the preview either.

 

 

 

let
    token = Text.FromBinary(Web.Contents("http://192.168.1.11:9988/api/auth?login=____&pass=_____"), 1251),
    result = DataRequest(token, #date(2022,11,01), #date(2022,11,30)),
    logout = Text.FromBinary(Web.Contents("http://192.168.1.11:9988/api/logout?key="& token))
in
    result

 

 

 

 

1 Reply

  • v-yadongf-msft's avatar
    v-yadongf-msft
    Community Support

    Hi AlexeyProshin 

     

    Can you tell me what's the requirement you want to achieve?


    Thanks for your efforts & time in advance.

     

    Best regards,

    Yadong Fang

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.