Cloud Objects To Excel
Converts a Cloud Object/Cloud Object List to an Excel File
Description
Converts a Cloud Object or a Cloud Object List to an Excel file. Each Cloud Object will be represented on a single line in the Excel file.
Example
(For readability purposes, the Cloud Object List is represented as a JSON, and the Excel file as a CSV)
Cloud Objects:
[
{"firstname":"john", "lastname":"doe"},
{"firstname":"jane", "lastname":"doe"}
]
Resulting Excel:
firstname,lastname
john,doe
jane,doe
Inputs
- Cloud Objects (List): The Cloud Object / Cloud Object List
- Excel File Name (String): The name of the resulting Excel file. The extension (.xlsx) is added if missing.
Outputs
- Result (File): The resulting Excel file
- Error Flow (Error Flow): Error Flow