Is it possible to set the data type for a nested schema property in a sync table?
In this case the sync table property is Coda ObjectSchema and is an set of numbers with the display property being the total of all the numbers. I’d like users to be able to filter on this column using the filter bar but the column type is a Text field so you can’t do filters like greater or less than.
The sync table property is called issues and is setup like this:
The ProjectIssueSchema is an object with all number fields. The display property is the total of all the numbers.
The tables column data type is a Text field instead of a number:
Manually changing the column type in the table via the UI to a Number removes the object.
Is there a way to declare the nested schema column’s data type to a number instead of text?