I have a Sharepoint List with 3 columns formatting exactly the same:
- Single line of text
- This is used to store empl id's of each speaker
In my PowerApp, when I reference the columns:
- SpeakerId
- SpeakerId2
- SpeakerId3
The intellisense results display as:
- 'SpeakerId (SpeakerId0)'
- 'SpeakerId2 (SpeakerId20)'
- SpeakerId3
Why the difference. I thought it might have to do with how I added the column in SharePoint -- Create Column (from List Settings) vs. Add using the '+' in the quick edit. But when I tried to reproduce, using both methods, it did not result in the column wrapped in ' '. Baffled and would like to understand ;). Thanks!