Passing network path as an argument to Python script

Hi All,

I am running a python script from uipath that will read data from a particular path and this path is dynamic, hence I am passing the path as an argument to the script

But,when passing network path as an argument to the python script in Load Python Script activity, bot throws error “Invoke Python Method: Error invoking Python method”.

Can you provide a sample workflow of what you are trying to accomplish? Should be straight forward to pass arguments to the Invoke Python Method activity, so it might be either some configuration issue or how you are passing the path