Create an object
Create a "object" which can be used within your nocode logic. For example: Storing it in your nocode-x database, as a request/response to an API call, storing it in another database, etc...
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Object | Specify all the fields & their values of the "object" you wish to create. | OBJECT | false |
Output
Name | Description | Type | Default value |
---|---|---|---|
Object variable name | Specify the name of the variable that will contain the created "object". | OBJECT | DATA_OBJECT |