Hi Community,
I just started to work with PowerApps. Right now I have problems in using the ClearCollect function on a Excel sheet data source. The connection to the data source itself is working, I can see the records in my app. But now I am trying to fill a collection from that Excel sheet data source. That doesn’t work so far, the collection is empty.
This is what I use:
ClearCollect(colUsers;
ShowColumns(Tabel1;"FullName";"Inlogname"
)
)
What is going wrong?
Thanks in advance