After the recent update appery made some of my app stopped working. This part is the only part i cant seem to get working again, please help me fix it. It was working fine before the updat.
Okay, so what happens is the user has submitted a workout and they have the option to view their past workout. The past workouts are displayed by the date they were entered. Once they click on a specific date they are taken to a page that gives more detail about that submission. It seems as if the problem is that the WorkoutID is not getting any value, and as a result is messing up the read_service that displays more information about that specific submission. WorkoutID is suppose to get its value as the user clicks on a certain date in the list component.
This is how the UI looks that displays the past submissions (displays only its date)
These are all that pages services:
This is the service mapping for displaying all previous submissions:
This is the UI that displays more information about the chosen submission:
Service mapping for that UI: