I am using delete activity while running in local folder is getting deleted but in server there is no error message in delete activity but folder is still available in the location .
Are you giving the right folder path. Just to confirm this, before delete activity check that folder exists or not using Path Exists. See what it returns (True/False)
Here, I want to know whether the bot is able to identify the folder or no. It should delete if it able to identify it
Yes i am using path exists after in if condition i am using delete act . Is there any difference in delete a folder which is present in local and share drive path ? because i need to delete a folder in sharedrive path only .
Hello @jayanth_marc
Can you try creating a dummy folder and try to give that full path directly in the activity.
This is just to debug the issue. Dont use any expressions and check whether its deleting or not.
Also are you getting an logs after this activity?
Thanks