Reset Object Value

0
Here I used Microflow to change quantity with change object action activity to increase and decrease quantity now i am able to add and minus my quantity. But whenever I am opening my menu page it’s showing me the quantity which i earlier selected. I want it to reset whenever I am opening this page.  
asked
2 answers
7

Hi Sujit,

From the button, where you come to this page,

call a microflow, 

Now in the microflow, use a change activity and change all the values to what you want and the use a show page activity.

 

Hope it helps!

answered
2

How do you navigate to the page?

Are you  ‘Open a page’ directly from the navigation?

 

What you can do is ‘Call a Microflow’ from the navigation.

In this (new) microflow you can reset the object and after that Open the Page manually.

answered