I have Gallery1 with test data.
The 'Picked Up / Dropped Off' and 'Dropped Off By' are formatted exactly the same Power Apps and SharePoint.
Power Apps
Gallery1
Items: Filter(SchedulerDetailsListCollection, Title in ComboBox2.SelectedItems)
Label 1 Items: ThisItem.PickedUpOrDeliver.Value
Label 2 Items: ThisItem.DeliverBy.Value
SharePoint
Both columns are 'Choice' columns formatted the same way.
However, I can only see data in the 'Dropped Off By' field.
I recently converted the columns to Choice from Single line of text.
The only one that doesn't want to work is 'PickedUp/Dropped Off'.
Solved! Go to Solution.
Your SharePoint list settings look correct. Here is how I would troubleshoot the issue:
1. Go to your SharePoint list and confirm your record in Power Apps has a value for the missing field
2. Refresh the connector on the data tab in Power Apps.
3. Open and close the app.
4. If none of these things work share the Items code in your gallery in this chat so I can diagnose further.
Your SharePoint list settings look correct. Here is how I would troubleshoot the issue:
1. Go to your SharePoint list and confirm your record in Power Apps has a value for the missing field
2. Refresh the connector on the data tab in Power Apps.
3. Open and close the app.
4. If none of these things work share the Items code in your gallery in this chat so I can diagnose further.
Did one through three; One of them solved the problem.
Thank you.
@Phineas
Most likely refreshing the connector. SharePoint list schema and data changes don’t take effect until your refresh.