The Save Record action is used to save changes made in a form or data entry screen to the database. With this action, users can update data collected through the form or add a new record. By integrating with MSSQL and Oracle database systems, you can continue data management without changing your existing database infrastructure.
Technical Features

There are three different modes for the Save Record action:
Table Selection: From the “Select Table” field, select the table to be used for the record operation. Once the table is selected, a Multi-Select field titled “Select Columns” appears. This field lists the columns belonging to the selected table. The columns are defined as action parameters and determine the action’s functionality.
Adding Conditions: If “Update” mode is selected for the action, a field representing the table entries that need to be updated appears below the action. Conditions can be chained together using an AND structure. Alternatively, an OR condition group can be created, so that the action runs whenever any condition is met.
Example: If the username and email conditions are met, the record in the database is updated.
Technical Risks
Save Record action allows users to quickly save data to the database via forms or data entry screens. This action provides seamless integration with MSSQL and Oracle databases and simplifies data management for users. It optimizes database operations by providing effective data management in both web and mobile applications.