Beware of "Input column index X is different from the first input column index X"

Flatly Integrations
edited 07/28/21 in API & Developers

If you try to create columns in one bulk request, do not give each column its own unique index.

All the columns need one common index (example: 1), which is the starting point (from left to right) at which the entire column set will be created.

If you try to give each column its own numeric index (1, 2, 3) in the request body you will get the error:

"Input column index X is different from the first input column index X"

Google searches turned up nothing on this error.

Comments