Hello,
Have you added the attributes based on which you want to filter the data in the below tab for datagrid2? If not then add it there.
Hope this helps!
Thanks
Amit Gupta
Hello Maximo,
You can use a Helper Entity approach, create a helper entity with attributes that match the filters you want to generate.
Then, in a Data View, create the Helper Entity and place a Data Grid 2 inside it.
as given below.
datagrid2 source will be nanoflow, call nanoflow passing helper entity parameter.
Inside nanoflow you can call microflow that will generate list for your datagrid2,return that list in nanoflow.
In helper entity data view you can add button serach/reset and add change object there with refresh in cliet yes.