Hello,
I have recorded a UI path sequence with actions in excel , when closing the excel sometimes a window will popup “image cannot be truncated” , that has to be closed with enter, maximum 2 times the table will appear.
When the table wont appear the procedure stops instead of going forward dealing with other steps.
Is there a way to avoid the procedure getting stuck ?
Is there something you are doing with UiPath in here?
Yes I have recorded a sequence with UiPath
1.use application Excel
2.actions
3.popup “image cannot be truncated” can appear sometimes , even twice, and I have recorded a shortcut “enter”, 2 times.
When popup doesn’t appear though, the sequence stops at the “Enter” action.
the sequence must continue
Can you please send code to check
Hello @albsubsonly
You could use a Check App State activity that looks for that popup and then deals with it, in the Target appears section.
The default timeout for this activity is 5 seconds, and if the popup does not appear, then it will move on.
Regards
Soren
1 Like