Create rows with REST API/Linked-Column

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’?

This is not possible at the moment. But you can easily adding rows then run data processing in the web UI to link rows between tables.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.