Hello,
I have a workflow to create a folder on the shared drive using Run Command tool. But when I save it to the server, it does not work.
Can someone please to take a look at it? Please see below screenshots and also I have attached the workflow.
Thank you!!!
Solved! Go to Solution.
Are you getting any errors?
Are you sure the account you are running the workflow as has the permissions to create a folder in that location?
Your batch is trying to make a folder in the C drive which is not usually considered a shared location and its trying to do it on the actual server which is probably locked down even further. Also, unless setup otherwise, your workflow will likely be running as the local account on the server which usually starts off with fewer permissions as well.
I tested your flow on my gallery and it successfully created a folder on the C drive of the server using an account with permission to save in that location, so that part is actually working.
Thank you for your response!! I have updated the folder location and it is working.
Thank you!! I have updated the folder path, and it is working.