I wanted to show the count of the requests on my page.

0
I wanted to show the count of the requests on my page. i have created enum with these 4 status in main form entity. if we need a microflow ,from where i should call a microflow?  e.g if there is 4 open request, I wanted to show data as shown in below screenshot: Thanks in advance
asked
1 answers
0

Hi Sangeetha,

 

Do you have any page to create request? if so , call the microflow on click of save button in create request page.

 

That microflow should retrieve all request as a list and then create a separate filtered list for  each enum values . Find the count of each list , store in a attribute . These attributes can be used for displaying the values on page.

answered