How to show list data without using list view widget

0
Hello Everyone   I am building a microflow that returns a list. I have given this list to a list view and inside the list view I am using a template grid to show multiple orders. The issue I am facing is I don't want to generate multiple rows in listview. Is there any way to show list data without using a list view?
asked
2 answers
0

Hi Aishwarya Patil,
 

1)Microflow returning list of orders.
For this case, you don’t need to use templategrid inside listview.
You can directly use template grid with datasource as microflow with returning list of orders.

Hope this helps you.

Thank you.

 

answered
1

 Use directly template grid.( Do not use a templete grid inside listview)

answered