-my data source connected to the app is a table in Excel named "Production"
-On Screen 1 I have vertical gallery named Gallery1.
-In that gallery there is a next arrow by each record, When the arrow next to the record is selected it navigates to Screen 2 (Update Production Board) which displays the record in an Edit Form
-My next arrow onselect function is:
Set(VarFormMode,FormMode.Edit);Navigate('Update Production Board');Set(VarItem,ThisItem)
-Form datasource function is 'Production'
-Form defaultMode is VarFormEdit
-Form Item is VarItem
VarItem shows squiggly red line as if there is an error. Not sure what the issue is because I have an identical screen and different excel table that is set up exactly the same and the error does not show on that one
-
