Hi lovely people
For hours I’ve been rummaging through the SDK docs, sample packs code, and even PAGE TWO OF GOOGLE SEARCH RESULTS trying to find an answer, but without any luck.
Does anyone know… is it even possible to implement dynamic schemas in custom formulas and column formats?
I’m working with a really flexible data model where users are able to customize the properties of entities within their account, adding new properties without much limitation. This makes for a great system, but a tricky schema to work with.
I’ve got dynamic schemas working great with dynamic sync tables, but I’m not having the same luck with custom formulas and columns.
A workaround I’ve implemented in the interim is to set includeUnknownProperties to true. This displays whatever properties I add to the object, even if those properties aren’t defined in the schema. But, as documented, these properties can’t be used in formulas, so my Pack users will be limited to viewing these, but not being able to work with their dara.
Perhaps I missed something. Can someone point me in the right direction???