How to provide a page with an object using microflow?

0
I built this microflow, but still having an error. How to fix it? How to pass obj using microflow?
asked
1 answers
0

your page is "waiting" for a specific object. when a page use a dataview with a context source, you need to send that object before showing the page. 

here your page is waiting for bankDetails, in your microflow I see two bankDetails, one as a parameter, the other one created (NewBankDetails). Click on the activity show supplier dashboard page, and select the bankDetails that you want to send to the page.

answered