How to use element exists and path exists in a same sequence one after one?
In my project iam replacing the text in the word doc and saving the file. If save as exists then it’s going to save the file with the employee name and if path already exists with the employee name I need to close that and move to the next employee.
When iam trying to check then iam getting even there is no file exists it’s directly closing and not saving the file .
Please find my screenshot and please help me how can I use both the activities without disturbing the workflow
After path exists please use a if condition with the output of path exists…and only when exists you need to close so keep close in then side…and if does not exists that is else side do save
Also generally for word data manipulation we need not use ui…we can use word related activities…UiPath.word.activities is the package to be installed