I have a problem with my Collection; it doesn't display all the columns in my Gallery when I use "ThisItem." However, when I directly reference the database, it shows the contents of that column. It's as if the collection is losing some columns.
I have no filters or any other operations such as dropping columns; it's just a straightforward query and connection to my SharePoint database.
ClearCollect(VisaKoppladeKonton_Admin;
Switch( lblKst.Text;
"1003";UnitGVXSTU_BANK;
"1004";UnitUPPSTU_BANK;
"1005";UnitSDLSTU_BANK;
"1006";UnitORBSTU_BANK;
"1008";UnitVSTSTU_BANK;
"1010";UnitKSDSTU_BANK;
"1012";UnitHELSTU_BANK;
"1014";UnitVXOSTU_BANK;
"1015";UnitJKGSTU_BANK
)
In both cases, "ThisItem.usermail" is visible.
Direct to the database
UnitGVXSTU_BANK

From the collection
VisaKoppladeKonton_Admin

Any idea ?