Hi all,
Here is the use case:
- You have a SharePoint list myList with a custom text column myTextCol
- You create an item leaving the myTextCol column blank
You go to Power Apps and create a new application that connects to that list. You add a button to the application that does a CearCollect(myCol, myList) in its OnSelect property.
Now look at the only record of the collection myCol: the column myTextCol is not there!?! Don't look at the collection as a whole, Look at the individual record to see that the columnm is missing. Records in Power Apps collections that have empty values in some of their columns see these columns disappear from their structure. Which means that in the same collection you can have different records with different structures!!!
And the real pain with this is that if you try to Patch the record of myCol to set its myTextCol a value, it won't work since the colummn is not there! 😫
Anyone has reported this the support? If that is the case, could you please provide here the case number please?
Thanks,
Emmanuel