You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`date`|`string`<br/>([ISO 8601 date and time in UTC](https://en.wikipedia.org/wiki/ISO_8601)) |` "2021-07-01 13:59"` or <br/>`"2021-03-10T16:19:31.761+00:00"`| - seatable accepts a wide variety of date formats.<br/> - Always saved in iso format.<br/>- If "Accurate to minutes" is not set, hh:mm will be ignored. |
158
158
|`duration`|`string`|`"9:50"` or `"1:10:30"`| Depending on column setting. |
159
159
|`single-select`|`string`|`"female"`| The exact string of the option is required. If the option doesn't exist, `option deleted` will be shown in the UI. |
160
160
|`multiple-select`|`array`|`["Option 1", "Option 2"]`| Non-existing options will be ignored. |
161
-
|`image`|`array`|`["/workspace/24/asset/.../heart.png", "https://seatable.io/logo.svg"]`| Images can be stored in two ways:<br/>- [uploading an image](https://api.seatable.io/reference/uploadfile)<br/>- providing public URLs |
162
-
|`file`|`array`|`[{"name": "fav.ico", "size": 6746, "type": "file", "url": "..."}]`| You need to upload the file first, get its parent_path and file_relative_path first and then return to this call. |
161
+
|`image`|`array`|`["/workspace/24/asset/.../heart.png", "https://seatable.io/logo.svg"]`| Images can be stored in two ways:<br/>- [uploading an image](https://api.seatable.io/reference/uploadfile)<br/>- providing public URLs |
162
+
|`file`|`array`|`[{"name": "fav.ico", "size": 6746, "type": "file", "url": "...", "upload_time": "2024-03-15T12:34:56.466+00:00"}]`| You need to upload the file first, get its parent_path and file_relative_path first and then return to this call. |
|`link`|`array`|`["Mr-3QnQ5Q-eeEqFBevtOkw"]`| Array of row IDs.|
169
172
|`link-formula`|`array`, `string` or `integer`|`["Todo 1", "Todo 2"]`, `Open Pending`, `2`| The output depends on the link formula type. Lookup returns an array, rollup returns a string and findmax returns an integer. |
0 commit comments