View Details
that displays more details like the date of joining, address, and account details.{{ }}
) to embed the same. For example, You have written a query “GetAllEmployees”
then to bind the response use {{GetAllEmployees.data}}
. Typically, you will have a format of {{QUERY_NAME.data}}
to bind the data returned by the query.bookId
, bookName
, bookImage
, category
, author
, publishedDate
, and price
.{{currentItem.bookImage}}
. Please note that currentItem
refers to the item read from the data collection. It is similar to the iterator reference of the collection you would be iterating over in the code. bookImage
is the JSON attribute in the above code snippet.currentItem.<attribute_or_column_name>
.{{widget_name.isVisible}}
in your code.Checkbox1
onto the canvas and bind it to the Visible
property of the list widget by enabling the JS label next to it, add the following JavaScript code in the Visible
property of the list widget.{{widget_name.selectedItem.item_name}}