Is it possible to add OR case in UiPath to be able to identify element if either idx=30 or 28
@neha.verma
Not Sure. but you can place two different selector and you can check by Element exist.
and create bool variable. On that you can move further
give it a try by using a regex selector
https://docs.uipath.com/studio/standalone/2023.4/user-guide/regex-search
Thanks, achieved it using regex.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.