Hi,
My App starts with a NewForm screen where users can add new items to a sharepoint list.
On the second screen I've added a DataTable to show the items the user has added.
Now I want that the user can select one of his item and edit them again in the previous NewForm screen.
I've added an "Edit" button with the OnSelect Property: Navigate(NewEntry, None, {selectedID: DataTable1.Selected.ID})
But then on the NewForm it says "No item to display".
Can someone help me out? thanks