Remember how assigning actions to a component automatically regenerates its structure? Now, you'll get a toast notification at the top of the page, keeping you informed about any structure changes. Plus, if you need to backtrack, just hit Undo in the toast, and your component will snap back to its previous state.
π οΈ Smarter Component Name Generation on Action Assignment
When you assign an action to a component, its name is now automatically generated based on clear rules: β If the action has a resource (like a Table) β The component name is based on the Table name.π Example: Assigning a Load Users action to a Table? Youβll get usersTable. β If thereβs no resource β The component name is based on the action name.π Example: Assigning a JavaScript Code step called loadUsersData? Youβll get usersDataTable.
π’ Variables in the Data Field
Great news! Variables are now available in the resource selector. Assign them to a component, andβjust like thatβits structure will be automatically generated.
π Instant Preview in the Builder
Want to see what your app looks without leaving the Builder? Now you can! Just click the Preview link and get a real-time look at your app before deploying.
Bug fixes π