Create Data
This component helps you build custom data structures for use in your Nappai automation workflows. Think of it as a way to create a blank form with a specific number of fields, ready to be filled with information.
Relationship with Nappai’s Data System
This component interacts directly with Nappai’s internal data system to create and manage Data
objects. These objects are then available for use in other parts of your automation processes.
Inputs
- Number of Fields: This tells the component how many fields you want in your data structure. You can choose any number between 1 and 15.
- Text Key (Advanced): This is an optional field used to assign a text label or identifier to your data. This is useful for organizing and identifying your data later. You can leave this blank if you don’t need it.
Outputs
The component produces a single output: Data. This is a structured data object containing the number of fields you specified. You can then use this data object in other Nappai components to process, analyze, or store the information.
Usage Example
Let’s say you need to create a data structure to store information about a product. You might set “Number of Fields” to 3. Then, you could use the “Text Key” input to label each field (e.g., “Product Name”, “Price”, “Description”). The output would be a data object with three fields ready to be populated with the product’s details.
Templates
[List of templates where the component can be seen and its configuration - This section needs information from the system to be populated]
Related Components
[Links to other related components and a brief description of each - This section needs information from the system to be populated]
Tips and Best Practices
- Start with a small number of fields and add more as needed. This keeps your data structures simple and manageable.
- Use descriptive text keys to make your data easier to understand and use later in your workflows.
- Remember that the maximum number of fields is 15.
Security Considerations
[If applicable, include appropriate security considerations - This section needs information from the system to be populated]