Hi @tfarsund ,
Based on the issue that you mentioned, I have made a test on my side, and don't have the issue that you mentioned.
Please consider take a try with the following workaround:
Within your Home Screen, set the OnSelect property of the "Navigate" button to following:
Set(CurrentItem, DataTable1.Selected);
Navigate(DetailScreen, ScreenTransition.None)
Then within your Detail screen (information screen), reference values from the CurrentItem variable using the following formula:
CurrentItem.ColumnName
If you add a Display form within your Information screen to display the detail info, please set the Item property of the Display form to following:
CurrentItem
Please take a try with above solution, check if the issue is solved.
Best regards,