Niranjan_k
(Niranjan k)
November 21, 2023, 2:02am
1
Hi All,
I have build workflow it is working fine, For few IDs i dot not have data on webpage. Here im getting below error. How to skip the step when data not found in webpage.
Error: Could not find the UI element corresponding to this selector.
Thanks in Advance,
Niranjan
jack.chan
(Jack Chan)
November 21, 2023, 2:12am
2
just tick continueOnError
but a better practice is to use check app state
here you can specify the action to take when element appears / doesnt appear
2 Likes
Niranjan_k
(Niranjan k)
November 21, 2023, 2:18am
3
@jack.chan thanks a lot for quick reply. Could you please provide me with sample workflow. How to build check app state. thanks in advance.
jack.chan
(Jack Chan)
November 21, 2023, 2:35am
4
its an activity, if you dont see it , click filter and tick modern
Sequence3.xaml (188.8 KB)
Niranjan_k
(Niranjan k)
November 21, 2023, 3:05am
5
Im getting error message - This activity is either missing or could not be loaded properly.
How can i fix this error to open the workflow.
AJ_Ask
November 21, 2023, 3:37am
6
Try to update dependent packages to latest version.
jack.chan
(Jack Chan)
November 21, 2023, 3:46am
7
update UiPath.uiAutomationActivities to latest version @Niranjan_k
Niranjan_k
(Niranjan k)
November 21, 2023, 10:51am
8
@jack.chan yea I have used but have same issue. Share me screenshots I can try to build. Thanks a ton for your help
Niranjan_k
(Niranjan k)
November 21, 2023, 10:52am
9
@AJ_Ask i have not any option to fix the bug
AJ_Ask
November 21, 2023, 11:03am
10
Check app state is used to check whether the ui element is found or not
If the target appears then do certain actions
If target does not appear then perform the other actions
Turn on modern design
1 Like
system
(system)
Closed
November 24, 2023, 11:04am
11
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.