Hi Everyone,
Ive been trying to automate a couple of imports to our smartsheet. Long story short, it is a JS script that takes a xlsx file extract taa from it and exports it to smartsheets. TBH ive been working on this project on and off for at least 4 months. As of now, the latest error im getting is this:
Error adding rows to Smartsheet: {
errorCode: 1008,
message: 'Unable to parse request. The following error occurred: Unknown attribute "rows" found at line 1, column 26',
refId: 'mmg1bl'
}
Apparently there is an error on the format that is being used, is there a standard, if so where could I find documentation in regards to it?
Also, Im using Axios...