unattended bot is skipping the current activity and jumping to next activity
you’re going to have to include a lot more details…
what application are you using, what activities is it, etc. etc.
see this post here on good posting guidelines: How to ask a good question?
Hi
welcome back to uipath community
Usually attended or unattended either of these bots wont skip any activities in the sequence unless they are deviated with some decision making along the process
For example if we use BREAK in a for each or for each row activity it may skip the loop and goes to the next activity…
or
if we are validating any variable or value with a IF or Flow decision activity it may leave the activities set in either of THEN or ELSE part of IF condition
or while using SWITCH activity
these are the only possibilities to skip a activity and getting to the next one
kindly check once and let know for any queries or clarification but with more being elaborative on the query
have a great day
Cheers @cpadsalg
Thank you.