Editing the File form-name .data.json
The .data.json file is a generated file. Do not edit the original file. If you edit it, your customizations are overwritten when the file is regenerated.
Also, be sure to maintain the file extension, .data.json. Otherwise, your customized preview data file is not accessible to the form.
Procedure
Result
Example of Default Preview Data File
{ "body": { "inputs": [ ], "outputs": [ ], "inouts": [ { "name":"Customername", "simple": [ "Text" ] }, { "name":"CustomerAddress", "simple": [ "Text" ] }, { "name":"Customerdateofbirth", "simple": [ "2019-07-04" ] }, { "name":"Sharetheinformation", "simple": [ true ] } ] } }
Example of Customized Preview Data File
{ "body": { "inputs": [ ], "outputs": [ ], "inouts": [ { "name":"Customername", "simple": [ "John Smith" ] }, { "name":"CustomerAddress", "simple": [ "Address of Customer" ] }, { "name":"Customerdateofbirth", "simple": [ "yyyy-mm-dd" ] }, { "name":"Sharetheinformation", "simple": [ true ] } ] } }
Related tasks
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.