We discussed this on another thread...
I have this area working correctly in finalbuilder. Automize v4 is not giving me correct results...
The screen shot attached.... action is failing even though I have this afteraction script:
if (Action.ResponseCode <= 400) {
ActionResult = true;
Continue = true;
}
What to do?