Probably an easy solution, but I am having trouble making a selected list item appear in a list on another screen.
What I'm trying to do is have a plant move from a list of plants and their information a user can select to this page that only shows the plants that only the user has selected.
Any help would be greatly appreciated.
Hi David,
Here goes a suggestion:
1) Store the selected plants in the local storage
2) On the 2nd screen create a screen aggregate to fetch the selected plants and feed the list
thank you very much that worked perfectly!