Microflow as Datasource

0
Im calling a microflow from a button.That microflow returns a random object from a list of object.I want to show that object below the button on a text widget so that the microflow will get called only when the button is clicked  
asked
3 answers
0

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

answered
0

Hi Thanks for the answer. Do we have to store something in the non-persistable entity ?

answered
0

Thanks Stella.

answered