hidden variable in watchlist

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
flamerz
Newbie
Posts: 3
Joined: Fri Oct 04, 2019 9:01 pm

hidden variable in watchlist

Post by flamerz » Wed Nov 13, 2019 3:43 pm

Hello, I'm doing some tests with HTTPRequest.

My code is as follows:

Let>strResponse={""}
HTTPRequest>https://www.mjtnet.com/,,GET,,strResponse
MessageModal>strResponse
Let>strResponse={""}
HTTPRequest>https://www.meneame.net/,,GET,,strResponse
MessageModal>strResponse

On the second website the srtResponse variable looks hidden on the watchlist. It contains data but does not appear on the panel.

With mjtnet website appears correctly on the watchlist.

Can you reproduce this? The variable inicialization is just for testing.

User avatar
Dorian (MJT support)
Automation Wizard
Posts: 1348
Joined: Sun Nov 03, 2002 3:19 am
Contact:

Re: hidden variable in watchlist

Post by Dorian (MJT support) » Thu Nov 14, 2019 11:04 am

I can replicate this. Have edited slightly for clarity, and will consult Marcus for his insight.

Code: Select all

Let>strResponse1={""}
HTTPRequest>https://www.mjtnet.com/,,GET,,strResponse1
MessageModal>strResponse1
Let>strResponse2={""}
HTTPRequest>https://www.meneame.net/,,GET,,strResponse2
MessageModal>strResponse2
Yes, we have a Custom Scripting Service. Message me or go here

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts