Nesting data through reference selector

0
Hi, I had a reference selector in the dataview, the dataview has the source as microflow. In microflow  i'm retrieving the form details and has form to project association. in data view there is a reference selector in which im showing all the projects.  below i had a list view in which i need to filter out the data based upon selecting the project. this list view accepts source as as  entity and i'm giving section as a source. This section has many to one association with project.  for the first project im getting correct data if select project 2 the data is not refreshing. it is still showing the same data as project 1 can anyone help me how can i achieve this.   Thanks in advance
asked
1 answers
0

Hi,

I think you can achieve your requirement using Microflow again in LIST view ,you can retrieve  data for selected project in MF and can return as LIST.

answered