/
15.9.2025

3.4.24

Attention Points

  • C# actions with return type RestRequest have been updated to generate as RestRequest instead of String. Type compatibility in existing projects should be checked.
  • Workflow Resume Process and Save Step Data actions now return True/False instead of null. Condition results may differ.
  • UI styling changes on Android and iOS (AllowClear, Border, Select Box null values, etc.) may affect the appearance of existing screens.

Critical Updates

  • AI Agents feature has been added for scenario-based AI integration into applications.
  • Critical issue in Save Record action where multiple record updates incorrectly returned “false” in condition checks has been fixed.
  • Foreign Key (FK) validation has been updated to be based on TableName and SchemaName instead of only the name. Existing database configurations may behave differently.

Actions to be taken

  • AI Agents feature has been added for scenario-based AI integration into applications.
  • Critical issue in Save Record action where multiple record updates incorrectly returned “false” in condition checks has been fixed.
  • Foreign Key (FK) validation has been updated to be based on TableName and SchemaName instead of only the name. Existing database configurations may behave differently.

New Features

UI Design

  • Formatter feature has been added to the Text Input element.
  • Show Level Value Boxes option has been added to the Radar Chart element to control the visibility of value boxes for each level.
  • Angle Lines Color option has been added to the Radar Chart element to customize the color of spider lines.
  • Allow Clear property for the Text Input element has been supported on Android apps.

Datasources

  • AI Agents feature has been introduced. This enables integrating scenario-based AI experiences into applications, allowing the creation of AI agents with different roles that generate dynamic responses based on user inputs.
  • A Copy button has been added to code outputs generated with Generate with AI in the C# Editor.
  • SAP data source added.

Process Automation

  • The Create Collapsed Sub Process tool, which consolidates sub-processes into a single block, and the Create Linked Process tool, which enables direct connections to other processes, have been added. 

Configuration Manager

System Actions

  • Airbnb, Brave Search, Dropbox, Github, Jira, Office365, Slack, Trello, and Youtube action categories have been added to MCP integrations.

Improvements

UI Design

  • Micro App element has been improved to support not only application selection but also page selection.
  • Progress Bar element has been enhanced to prevent UI issues with zero and negative values.
  • App UI validation has been improved through additional testing and development.
  • Background and text color adjustments in the Multi Select element on web apps have been improved.
  • Kuika loading spinner display in Safari browser on web apps has been improved.

Datasources

  • Foreign Key (FK) validation has been updated. Validation is now performed based on TableName and SchemaName instead of only the name, fixing issues with same-name FK across different schemas.
  • The C# Generate with AI feature now produces code compatible with Kuika standards.

Process Automation

  • Workflow Resume Process and Save Step Data actions have been updated to return True/False instead of null.

Bug Fix

UI Design

  • Issue in Date Range element where direct assignment to value field failed has been fixed.
  • Issue where Number Input placeholder color appeared darker and inconsistent with other elements has been fixed.
  • Issue in Multi Select and Select Box elements where colors disappeared in dark theme has been fixed; background and font colors from the style menu are now applied correctly.
  • iOS issue where Label, Row, and Panel elements’ borders overflowed at the bottom has been fixed.
  • Styling issues in Tab element on Android apps have been fixed.
  • Issue in Android apps where Select Box element threw errors on null values in bound data has been fixed.

Datasources

  • C# actions with return type RestRequest have been updated to generate as RestRequest instead of String.
  • Spinner issue when receiving data via MQTT has been fixed.
  • Issue in Swagger datasource where updated int values disappeared after saving has been fixed.

Process Automation

  • Issue in User Interaction Mail field where static values overwrote user input has been fixed.

System Actions

  • Issue in Save Record action where updating multiple records incorrectly returned “false” in condition checks has been fixed.