one field blnr2 from a Sharepoint List I cannot see in my Table/datasouce from powerapps.
it has a green star by the side?!?!?
Solved! Go to Solution.
Hi @jeanshak,
Tkae a try with
ThisItem.Title
Check to see if this would display the right value of the blnr field.
This might be related with the SharePoint Moderin View, when renaming Title field, it may not update the internal column name.
Please switch to SharePoint classic View and then check the column name again.
Regards,
Michael
Hi @jeanshak,
Please first take a check to see if the form control hided this field automatically:
Understand data forms in Microsoft PowerApps
Follow the article above to configure the visible fields in the form control.
Further, check the article below for the known issues when working with SharePoint list:
Connect to SharePoint from PowerApps
Verify this field is a supported type.
If all those are not the issue, then please share more information about this field, I will then make some tests and share the result here.
Regards,
Michael
Thank you for your Information.
All things a checked from your text part 1.
your text part 2:
blnr (I renamed it from blnr2) is a normal text field.
the list contains about 11.000 records. the field is indexed but not unique, should be not empty.
length is 5 bytes (see below)...
It is always visible in the list in the sharepoint.
if I make the connection to this list in PA I can see all other fields:
Example: If I use a gallery on a screen> I can us the ThisItem object to "take" all fields of the connection like Data_BL_BV_GEWERKE_1
so my element should be blnr (invisible)
instead I can reach it with following syntax:
ThisItem.'{Name'
here the definition:
| ||||||||
![]() | ||||||||
Der Informationstyp in dieser Spalte ist:
| ||||||||
| Beschreibung: |
Diese Spalte muss Informationen enthalten:
Ja Nein Eindeutige Werte erzwingen:
Ja Nein Maximale Anzahl Zeichen:
Standardwert:TextBerechneter Wert
Spaltengültigkeitsprüfung
Hi @jeanshak,
Tkae a try with
ThisItem.Title
Check to see if this would display the right value of the blnr field.
This might be related with the SharePoint Moderin View, when renaming Title field, it may not update the internal column name.
Please switch to SharePoint classic View and then check the column name again.
Regards,
Michael
Yes! thanks -
User | Count |
---|---|
170 | |
95 | |
76 | |
72 | |
59 |
User | Count |
---|---|
215 | |
166 | |
97 | |
95 | |
74 |