Custom scripts $COMPLETE_V3_JSON_FILE parameter wrong file path

Custom scripts $COMPLETE_V3_JSON_FILE parameter wrong file path

Hi, 

I am currently writing a a custom script do add a new request.  When I send the parameter $COMPLETE_V3_JSON_FILE to my powershell script and I read the content of the parameter inside the script, this is the output I get : 
"c:/ManageEngine/ServiceDesk/bin/..//integration/custom_scripts/request/301_837_39496_1673027523240.json"

I am trying to access information inside the json file. As you can see, all I get from the parameter is the path of the json file. I guess I am supposed to read that file to get the content I nedd. As you can also see, the path looks wrong. It should be under : 
"c:/ManageEngine/ServiceDesk/integration/custom_scripts/request/301_837_39496_1673027523240.json" 
and not under "c:/ManageEngine/ServiceDesk/bin/..//integration.."
How can I resolve this ?

                New to ADSelfService Plus?