I need help in counter increment/decrement functionality. I created 2 button like plus /minus for adding the quantity of item. But I am not clear with counter function. Requesting for help in understanding ?
asked
Sujit Jamdade
1 answers
1
Hi
While clicking + call a microflow and pass the parameter
Change object as $object+1
If clicks - call another microflow and pass the parameter
Change object as $object-1
Make sure both have Refresh in client set to “Yes”