Going from the ui, it appears there has been an update to the Powerapps framework and a previously working app no longer works. The data sharing appears to have stopped working, e.g. this worked before the upgrade:
the OnSelect for a button no longer seems to pass the variable:
Navigate(AppointmentsScreen,Fade, {student: student})
and it says it can't evaulate the formula due to context variable types different in other areas of the app but nothing has changed.
In AppointmentsScreen I now get "invalid use of '.'" when accessing student.StudentId. Navigating from an icon such as '>' still works and passes the variable but the button appears to no longer passes the variable.
Is there any information?