We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
insertColumn
auto-number
-> https://api.seatable.io/reference/insertcolumn-1
Setting column_data.format to prefix-0000 or YYYYMMDD-0000 is not enough.
column_data.format
prefix-0000
YYYYMMDD-0000
The following works on v5.0:
# string prefix 'column_data': { 'format': '0000', 'digits': 4, 'prefix_type': 'string', 'prefix': 'some-prefix-value', } # date prefix 'column_data': { 'format': '0000', 'digits': 4, 'prefix_type': 'date' }
(I reverse-engineered this by looking at the WS connection data)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
-> https://api.seatable.io/reference/insertcolumn-1
Setting
column_data.format
toprefix-0000
orYYYYMMDD-0000
is not enough.The following works on v5.0:
(I reverse-engineered this by looking at the WS connection data)
The text was updated successfully, but these errors were encountered: