Hi
I am trying to build a wizard flow for the creation of records.
I have 2 associated entities Contact and Address, which is a one to many relationship.
When I am on the page creating address I want to be able to cycle through the creation of multiple addresses and show the data grid of the addresses created so far.
I have tried using a micro flow, but there are other associated attributes that I want to show and I can't figure out how to make the linkages via the micro flow and the data grid will only show the direct attributes of the list returned from the micro flow.
I have looked at the %CurrentObject% but cannot figure out how to constrain against the Address Object which is the calling object for the page. Ideally I want to constrain on the '[%CurrentObject%]'/Contact_Address.contact but that just shows errors in the expression.
Alternatively does anyone know where there is worked example (ie a video or pictures) showing the way to build up a list with all the associated attributes to pass from a micro flow to the datagrid?
Many thanks.