Hi, I am new to Mendix and I am trying to figure something out.
I have one page (Page1) that shows a data grid with multiselect. I want to have the next page (Page2) show the items that were selected in Page1. I am having a really hard time figuring this out. I can get the selected items from Page1 to a microflow but then cannot get the list from the microflow to Page2.
Most of the solusions that I have seen here are to call the microflow from your datagrid but that would not work for me because it will not have the data from Page1.
Any help here would be appreciated. Thanks.