How to create inspection dashboard

0
We need to create dashboard for my inspection where show my all inspection pending inspection pass inspection failed inspection based on year Eg. Create inspection in n 2022 100  Pass-70 Fail -20 Pending -10 How to show my inspection details in dashboard please explain in details 
asked
1 answers
0

Hello Subham,

You can show all these information using microflows,

- first retrieve the data from the entity as list 

  (In Xpath, filter the data by year)

-then use count function from Aggregate list activity

-for each of the attributes the count can be stored.

answered