How to group data for a Non Persistent Entities

0
Hello   I tried fetching data using REST API (Getting output in List format) and added it to Grid View, now I would like to group data based on the status. Can anyone help how to achieve the same. I have used basic microflow and the output as List format. 
asked
3 answers
0

There is a Sorting line in the DataGrid:

as well as in the List:

 

answered
0

Hello @Ganesh, if I’m trying to do it. I’m facing below error

answered
0

 Hello @Ganesh,

 

It worked, I had updated all to Persistant and it worked. Thank you!!

but now when I’m calling that entity, it’s returning duplicates. My actual API has only 5 items, but on call it’s adding another set of 5 items into that entity. I verified the same in DataGrid and ListView, but are returning duplicates. Any idea how to show that entity?

Currently, I used onclick action to show page

 

answered