Object Parameters

0
Hi I'm not sure if this is a non standard use if object parameters, but… Scenario Page A based on Entity A - invokes a microflow that opens Page B based on Entity B Question Is there any way to pass Page A’s current object to Page B, such that Page B call invoke a microflow that acts on the original current object in Page A?   Or put another way: - is there way around the “page was expecting object if type B“ error? - and if so, how long does a passed parameter remain available in the called page?   Thx!
asked
1 answers
0

Yes, put a dataview on page B with has datasource entity A, thus making A the page-parameter of page B. Inside that dataview, place you entity B, having a microflow as Datasource that has entity A as input parameter and entity B as export parameter.

answered