JSON Input

Specific Properties

Property NameDescription
Is VisibleBy default, this check box is selected to make this property active. It makes the element visible to the end-user on the application.
Is EnableBy default, this property is also selected, which makes it active. This property allows the end-user to perform the functions on the element.
Is Read OnlyNot Applicable
Is ParentNot Applicable
DefaultValueIn this field, you can configure the default value that the element will display to the user. In the Default Value field:
–> You can either enter the default value manually
–> You can use the getVal ( ) function to fetch the default value from the data source.
Custom LabelIn this field, enter the custom label’s value that the application will fetch from the element’s data source and display it in place of the element’s name.

You can use the getVal ( ) function and then enter the custom label’s path or use the concatenate function as follows:
CONCAT(“Hi”, getVal(“userId”))
ValidationThe application displays the default validation message: “Invalid JSON Format.” You do not need to configure this property.
Leading Icon (Icon Type)See this property’s description in the “Text” element.
Icon Name/URISee this property’s description in the “Text” element.
Trailing Icon (Icon Type)See this property’s description in the “Text” element.
Was this article helpful?
YesNo