I have a scenario, where my input is eg - 90075068. Bot should go and check in folder caller Temp “C:\Users\moukola\OneDrive - Capgemini\Desktop\Temp” if there is any folder contains with number - “90075068”. If yes then bot should not delete folder in path - “C:\Users\moukola\OneDrive - Capgemini\Desktop\Temp” if no then bot should delete Temp folder.
Specifically for the implementation, you could have the input in a variable, say InputVar. Then we can use this with the Directory Path for the Folder Existence and then Delete if the Folder is not present using an If and Delete Folder Activity.