Improvement
04 February 2026

Separate Section for Pulled Table Data

When table data is pulled from another app using the Get Data from Other Apps block, the retrieved data is now displayed in its original table structure within a dedicated section of the form.

This improves clarity by keeping externally sourced table data visually distinct from the rest of the form fields, making it easier to review and work with related records.

Click here to know more.

Improvement
04 February 2026

Keyboard Shortcuts in Clappia

Keyboard shortcuts are now supported across key areas of Clappia:

Ctrl + Enter / Cmd + Enter - to submit a form.

Shift + Click - to multi-select or deselect in Workplace Users, Submissions, Show/Hide Columns in Submissions, Configuration Data View (data tiles), and Automated Reports under the right-panel Select Columns option.

Escape - to close pop-up windows such as Camera, Code Scanner, iframe loader, Editor, Print Settings, and Conditional Formatting.

Improvement
04 February 2026

More LLM Support in AI Block and AI Workflow

The AI Block and AI Workflow now support additional LLMs, including Grok, Mistral, and Llama, along with their respective model options. Previously, AI features in Clappia supported only OpenAI, Claude, and Gemini.
This enhancement provides greater flexibility in choosing AI providers and models based on specific use cases, performance needs, or availability.

Improvement
19 January 2026

Enhancements to Workplace Logs

Workplace Logs have been enhanced to capture more administrative changes. Logs now include updates to user details such as password, role, groups, and attributes, as well as changes made under the Preferences tab in Workplace Settings. Billing-related changes are not included in workplace logs. This provides better visibility into key actions performed at the workplace level. Click here to know more.

Fix
19 January 2026

Display Time with Seconds Using Formula Block

The Formula block can be used to display time with seconds. You can use the formula TEXT(NOW(),"HH:mm:ss") to show time with hours, minutes, and seconds. At the moment, displaying seconds is supported only through this specific formula.