Needs to show Enumeration Data Type Complete

0
Hello Everyone, I have a data creation form where user enters the data and there is an enumeration field Status which has ‘In Progress’, ‘Open’, ‘Closed’. I want to show the total number of closed selections on another page with count. Like if 3 projects have status Closed then the count would be 3 on another page. Thank you
asked
1 answers
1

Hey Asad,

You can put a microflow, on the save button and then in the microflow, you can use a change activity, 

and write an equation, changing the enum.

You can refer to the image below,

Let me know if you face any issues,

Hope it helps!!

answered