Improvement
07 April 2026

New Variables for Display Conditions

Three new variables are now supported in Display Conditions across App Forms, Dashboard Design, and Navbar Options:

  • {$currentUserRole} - the role of the logged in user from the workplace: "Workplace Manager", "App Builder", or "User"
  • {$currentUrlPath} - the relative URL path of the page currently being viewed
  • {$platform} - the platform the user is on: "WEB" or "MOBILE"

These allow you to show or hide elements based on the user's role, current page, or device type.



New feature
07 April 2026

Display Condition for Apps List in Workplace

The list of apps displayed on the workplace dashboard can now be hidden using a Display Condition. In Dashboard Design, select the Apps List settings to configure when it should be visible. This is useful when design elements are used purely for navigation and the apps list needs to be hidden from certain users or entirely.

Improvement
07 April 2026

Sign in with Apple

Sign in with Apple is now available on web and iOS for non-white-labeled apps and domains. Admins can enable or disable it from Login Options in Workplace Settings. If Google Sign-in is enabled but Apple is disabled, a warning will appear since Apple Sign-in is required on iOS per App Store policy and will be turned on automatically. Google Sign-in is now also enabled for iOS.

Improvement
07 April 2026

Submission Date & Time Variables Support in DB Integration

{$submissionDate} and {$submissionTime} variables are now supported in Database Integration's field mappings to capture the date and time of a submission. The values can now be stored using the workplace's date/time format without any formula. You can also wrap them in a TEXT() formula to store the value in a specific format of your choice.
Click here to know more

Improvement
24 days ago

Formula Fields Auto-Update on Workflow & API Edits

The Calculation & logic block now automatically recalculates when a submission is edited or created via workflows or the public API. Previously, if a dependent field value changed through these methods, formula fields would not update unless the submission was manually resaved.