I try to transfer data from some other database to Seatable by using REST API.
I successfully import data to Seatable by ‘Batch Append Rows’ method, but I’m facing with one issue.
When column type is linked column, data import was not possible even if I put value itself or linked row id of source table within JSON value.
As I checked API documentation, it seems that it maybe need another API call like ‘Link a Row’, but I want to import data by single API call; ‘Batch Append Rows’ .
Is there any workaround to import data, including data for linked column, by only using ‘Batch Append Rows’?