progress bar in a micro flow?

0
I am using a variable “Count”  in a microflow and would like to display the value of that variable via a progress bar widget. How do I turn this variable into an attribute as the progress bar uses attributes only?      
asked
1 answers
2

Hi Willfried,

 

You can add an entity and a count attribute in the domain model. Create object of that entity in your microflow and store the count value in its count attribute and use it in progress bar. 

 

Hope this helps!

answered