It’s Cinco de Mayo and Taco Tuesday, and May is off to a festive start. Let’s get into it!
Our engineers have:
Row Level Security Now Available:
We’re excited to introduce Row Level Security (RLS), a feature we’ve been building for quite some time.
With RLS, you can define permissions at the table level that apply across your entire application. This reduces the need to manage permissions separately at the page or component level, while still allowing those controls to work alongside it if needed.
The goal here especially in multi-tenant environments is that every dropdown, search component and source of data is being filtered at the database level making the management on the component level much simpler and also making the app much more secure.
This is being rolled out to highest tier plans this week and will make its way to the other plans (excluding Starter and Growth) over the coming weeks.
For a full breakdown and setup guide, you can review the documentation here.
How It Works:
You can create multiple policies that work together. Within each policy, you can define:
- Which users or roles the policy applies to
- Which actions are allowed (Create, Read, Update, Delete)
- Which records are accessible
- Which fields are visible, including default behavior for restricted fields
Better Page Search in Layouts:
We’ve improved page search within layouts, making it faster and easier to find the exact page you’re looking for.
Builder Loading Improvements:
We’ve made additional improvements to builder loading performance, especially for apps with a large number of tasks and Pipes.
We’re continuing to optimize how data is loaded across the builder to reduce the amount of information sent to the browser at once. This is particularly impactful for large scale apps with thousands of pages and fields.
Users working with forms that include Display Rules and Record Rules, especially those involving connection fields, should notice the most improvement as we continue refining performance in these areas.
Bug Fixes:
- Fixed an issue where a missing user_id caused a SQL error during PDF creation.
- Fixed an issue where CSS was not applying correctly to table headers in certain cases.
- Fixed an issue where the Search Component did not allow complex formulas with numeric operators.
- Fixed an issue where an error appeared when creating PDF forms.
For a complete list of fixes, see our release notes here.
And with that, buenas noches, Tadabasers. Happy building and see you next week! ![]()


