Hi Experts,
I am trying to filter the entity list using a metadata filter but sometimes it is not working properly.
In the metadata filter, I have included one radio button attribute filter set and one text filter (for a date, I am using date picker using Html js code and also on change of that date picker I am updating that date text to filter my data).
There is one page where I have a form created in "Student_Site_Default" Entity, this entity is storing the default of some fields and once the data is inserted by the user then a automate flow trigger to insert all the student data for that site for that day in another entity i.e "Student_Daily_Activity".
Filter Issue
I have created Entity List on top of "Student_Daily_Activity" Entity and added metadata filter.
Example of scenario where the filter is not working:
1. From "Student_Site_Default" Web page I insert data for Site A and Date (9/23/2020), which store in "Student_Site_Default" Entity. And user navigated to "Student_Daily_Activity" web page where an Entity List is there which display all the data coming from "Student_Daily_Activity" Entity.
2. Now a power automate flow is trigger once data is inserted. trigger take around 5-10 sec. to load the data for all he student associated with Site A in Entity "Student_Daily_Activity".
3. In the "Student_Daily_Activity" Web page I am populating the Default date and select "In/After School" radio button based on the default data inserted from "Student_Site_Default" web page.
4. When Page refresh and after 15 sec I click on "Filter data" button then also data is not filtering/showing for those combinations. I can see that data is populated by automate flow in the Entity but still is it is not showing upon click on filter data.
Filters In web page for Entity List
I have checked the "Enable Change Tracing" for that Entity. I am feeling like it may be a cache issue or something is wrong with the Entity list or Filter.
Please help me with this issue.
Any Help will be appreciable.
Thanks,
Amit