Get Text crashes robot

I’m trying to get a text from a textfield with Get Text, but in some cases this field is optional and the robot crashes because it doesn’t have anything in the field.

place the get text activity inside a try catch activity

Or Use an element exists activity to check if the text field exists and then an if activity to control the flow, what should happen if it does and doesnt

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.