Create "data" & store it in your nocode-x database.
Input parameters
Name | Description | Type | Required | Default value |
---|
Name | Specify the name of the "data" you want to create. | STRING | true | New data |
Data-format | Specify the "data-format" linked to the data to create. | DATA_FORMAT | true | null |
Body | Specify all the fields & their values of the "data" you wish to create or select an existing "object" from the scope | OBJECT | false | null |
Output
Name | Description | Type | Default value |
---|
Data id | The name of the variable that contains the id of the newly created data. | STRING | CREATED_DATA_ID |