Greetings DOMO Dojo,
I am currently trying to overwrite an existing dataset from inside a DDX application. I have currently setup the new data that I would like to replace the existing dataset with in CSV format. I have tried to accomplish it using this:
var q = `data/v1/${datasets[1]}?updateMethod=REPLACE?data=${csvData}`;
domo.put(q);
Along with a few other solutions and have not been successful. Does anyone have any tips / pointers for accomplishing this.
All suggestions are appreciated.
Thanks,
Will