Data Storage Category
Read Property from JSON
Extracts a value from a JSON object.
Inputs:
- JSON object
- Key
Add Property to JSON
Adds or updates a property in a JSON object.
Inputs:
- JSON object
- Property name
- Value
Outputs updated JSON.
Property name and value can also come from AI.
Update Spreadsheet
Writes data into a spreadsheet.
Behavior:
- Can create a new spreadsheet
- Can update an existing spreadsheet
Existing spreadsheets appear in a dropdown selection.
Write to File
Writes output into a file.
Options:
- Create new file
- Append to existing file
Inputs:
- File name
- Content
If appending, user must select the existing file.
Last updated on