I am trying to completing one of my workflows where one stage consists of running a python script as an administrator. I have tried run as but I am not having any luck with that.
if I simply run " python path_to_myscript.py" the i am getting error “Please make sure you have the correct access rights and the repository exists”
That is correct. The error msg comes from the python script. The error is generated bcoz the n8n runs this cmd as a system user and can not make any changes in that directory.