I have 3 sequences , in each sequence filter pivot table activity to filter specific value , but when this value not found , the BOT stuck and do not complete the other sequences , so I tried to make try catch but without solution , so I need the most effective method to make the bot shifts to the next sequence if the filtered value not found.
May be first use a find/replace activity and pass the value and check if value is present or not by checking the return value
If not present the. Do not use filter else use it
Cheers