Hello RPA hivemind,
I humbly seek advice.
I’m making automation that is triggered by the value provided by API call.
HTTP request> Deserilaise JSON > Json(“realtimeAgents”)(2)(“adsUsername”).ToString
If there is no 3rd element in table I would like automation to wait 5 seconds before trying again.
FO now in throws ArgumentOutOfRange Exception if there is nothing. I can catch it but still, I don’t see any specific Wait activity that i could use to pause it and retry.
Please advise.