Downloading input values

The Download input values feature generates a JSON file containing the input data used in a service, named using the format {flowServiceName}-{valueSetName}.json, for reuse or export.

About this task

The Download input values feature allows you to download the input values that are used in a service as a JSON file. When you click Download input values, the input values are downloaded as a JSON file in the {flowServiceName}-{valueSetName}.json format and saved in the default download folder on your local system.

This downloaded file can be exported or used later based on your requirements.

You can run the flow service without saving a value set. A value set is a placeholder used to store runtime input values. If you plan to run the same flow service with the same input values again, you can reuse the same value set. This is especially helpful when working with multiple input fields. The value sets are stored in your browser’s local storage and are retained until the local storage is cleared.
Note: If you encounter any issues while using value sets, it may be due to the browser's caching issue. In this case, clear your browser cache and attempt the action again. To avoid losing any input values, you can back them up by downloading the value set as a JSON file.