SyncCSV
Syncs raw CSV data into a Sync API table.
Input
| Name | Type | Required | Description |
| SyncTable | String | True | The name or ID of the sync table. |
| SyncId | String | True | The api sync id. Can be found in the setup flow when creating a new Sync API table, or from the synced table settings. |
| LocalPath | String | False | The absolute path of the CSV file to sync. |
| FileData | String | False | Base64 string representation of the CSV content. Only used if LocalPath and InputStream are not set. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether or not the operation was successful. |
| Details | String | Any extra details on the operation's execution. |