Thanks a lot for this impressive tool, i’m having a lot of fun with it (in addition to being extremely useful)!
I’m just being stuck in the application builder, trying to add a choice field, because it looks like the element can’t display more than 20 values (whereas I have like 40 in the field):
Is that the case? If so, how can I proceed? Create a form in the database builder and link to it?
You are limited to 20 records because this is what is returned by your data source by default, so the formula has access to only these results. We haven’t implement yet a way to configure the page size returned by a data source.
However, I think you need the Record selector element instead. Don’t search for it yet, this element will be part of the next release (~ 1 month) and allows you to select a data source as source for your options. It loads the options as you scroll. Later you’ll even be able to search through the available options.