I’m passing my name of “FedEx.xlsx” and newfilename of “FedEx.csv”
The action works properly and when I check my storage it is properly named “FedEx.csv”; however the return response that I get is:
{
"SaveResult": {
"Documents": [
{
"Name": "FedEx.csv.zip",
"Size": 89327,
"Folder": ""
}
]
},
"Code": 200,
"Status": "OK"
}
Happens on both the website API documentation when I try it there, as well as a real API call.