Hi Akshar ,
You can achieve it via following the steps
1. Create a nonpersistable entity
2. Place a dataview on a page that is connected to non persistable entity
3. Place another dataview inside the above dataview which is connected to the microflow which returns an object.
4. Then place the button inside the first dataview, once click of the button triggers the microflow which refreshes the nonpersistable object. If non persistable object is refreshed, the microflow will be triggered
Hi Thanks for the answer. Do we have to store something in the non-persistable entity ?
Thanks Stella.