Save HTTP return code in integer variable - Asking me to Add Array Index or Define Manually?

aitn

Member
Hello @Dimlos @Endercraft @Jacob L et al,

I have an HTTP Request that I would like to check the return code in case it wasn't return code 200 which means it wasn't successful.
When I check the "Save HTTP return code in integer variable" checkbox it's asking me to Add Array Index or Define Manually? Not sure what does it mean, isn't it supposed to be an integer variable?

Could someone explain this please how I'm supposed to use this and extract the return code so I could check if it's equal to 200 or not and then decide if I need to do the same HTTP Request again if it wasn't?

Thank you.
 
Last edited:

Endercraft

Moderator (& bug finder :D)
It means the first variable that's chosen is an array which automatically brings up this dialog. Select some option then change the variable.
 

aitn

Member
It means the first variable that's chosen is an array which automatically brings up this dialog. Select some option then change the variable.
Oh ok, I had to configure a local variable for this trigger of integer type and then it selects it right away when I check the checkbox. Thanks.
 
Top