Is it possible to add an microflow in the text(from Toolbox -> Widgets).

0
Is it possible to add an microflow in the text(from Toolbox -> Widgets). Or Suppose there is a text named Totalprice(attribute) i have add with that so in order to change the value of Totalprice when i am removing an item it will deduct the price of that item. what i need to do on the Totalprice attribute?
asked
1 answers
0

Add a container encapsulating your text . 

Add on click event for the container. 

Call the microflow needed in the onclick event 

answered