I am building a inspection checklist for a factory. The inspection starts at one side of the building and ends on the other side, on this route there are 'inspectionpoints' with different things to inspect ('ToCheck'). Every 'InspectionPoint' has an 'InspectionPointNumber' and a 'InspectionPointSubject'. Also, with every check it is optional to add a commend or a picture.
My Question:
I inserted a textlabel above the gallery, which has to show the right 'InspectionPointSubject'. It works, but when the inspection point number changes, the textlabel is empty until a item in the list is selected. I tried different things but i can't figure it out. It would be great if the gallery selected it's first item by default, also after the items change.


The coloms of the sharepointlist are:
InspectionPointNumber: logical unique number per inspectionpoint
InspectionPointSubject: discription of the inspectionpoint
CheckNumber: Logical number for each item to check for each inspection point.
ToCheck: Things to check, at least one and max. 12 for each inspectionpoint
Picture: Optional to add a picture for each item to check
Comments: Optional to add a comment for each item to check
Checked: True or false, everything 'ToCheck' has to be checked before the next Inspectionpoint can be started. reat if the gallery selected it's first item by default, also after the items change.