# Create records action (batch)
The Create records batch action creates new records in a Workato data table you specify. This action supports up to 200 records per batch.
Create records action (batch)
# Input
Field | Description |
---|---|
Data table | Select the Workato data table you plan to add records to. You can view the selected data table by clicking the link in the field. |
Choose the desired output format | Specify how to map the new record data to the table fields. Refer to the Output formats section for more information. |
New records | Provide the list of records to create in the specified data table. You can input a list datapill for dynamic records or define individual fields for each record. |
ADDITIONAL INPUT FIELDS
Additional input fields correspond to the columns in the data table you select. You must provide values that meet the conditions defined in the data table. For example, if a column is marked as required, you must complete the corresponding input field in the recipe editor.
Ensure the values you provide match the column's data type. For instance, integer columns only accept whole numbers, and text columns accept alphanumeric characters. Invalid values cause errors when creating records.
Refer to column types for detailed information on the accepted values for each data type.
# Output
Field | Description |
---|---|
Records | A list of records created in the selected data table. |
Record | Details of each individual record created, such as the Record ID , Column , Created at timestamp, and Updated at timestamp . |
List size | Total number of records in the list. |
List index | Position of each record in the list. |
Last updated: 12/16/2024, 1:44:05 AM