Andrew Kingston
Andrew Kingston
Hey @arladmin. This is actually caused by putting it inside the field group. Field groups should *only* contain fields, and nothing else. They use CSS grid to align labels on...
That is certainly possible, yes. You just need to do exactly what you're currently doing - wrapping options pickers inside data providers, then using the form field values as filters...
Relationship fields show all possible rows at the moment and don't support using external data providers since only rows from a certain table are valid. What we could do is...
Hi @Onchulee. If you create a new app in your 2.0.37 environment, does that work as expected? Just trying to narrow down if the app export is the problem, or...
That would suggest there's just something not working with that environment. Judging by the domain name in the description, it looks like you're using a custom domain. Do you have...
Yea being able to set a value for URL vars for the builder preview would be nice. In the meantime there are multiple solutions: - The data provider limit should...
Hey @R2bEEaton. Yea that's a good point - the new functionality in automations that allows returning no rows instead of returning all rows for an empty filter is a safety...
Will give this a review myself this morning! Looks great.
This is actually a more serious bug than just UI - the table ID actually includes the `/` in it. That means that a few of our API calls (any...
From memory, I think this is currently by design. I don't believe you can access custom fields inside the users table, just the global ones (ID, email, names etc). I...