Insert Row

Gaio can be used for a variety of purposes, such as CRM (Customer Relationship Management). In cases where the user enters information into a dashboard, this data becomes available to the application processes . It may be of interest to the user to insert this data into a table, thus generating a new row in it.

This task can insert both statistical data and parameters sent by the user or API .

To save the task, you need to give the task a name, select the destination table (which can be selected before clicking on the Insert Row task) and from there, simply inform which fields will be inserted and their values. You can only run once, Save and Run, and Save Only. The save options will insert the task into the process and it will be executed whenever the process is executed.

The values that will be inserted can be of 3 types:

  1. Static values (e.g. Boston)

  2. Parameters: values passed by a user via Dashboard or API

  3. Calculated: function such as now() , which will generate the current date and time

Last updated