I am having some issues with performance when loading Sharepoint items in my PowerApp. The main reason is that one of the Sharepoint columns contains a large base64 encoded image, so the response body is quite large. It takes over a minute for items to appear in the gallery in my PowerApp.
Is it possible to Collect the sharepoint list & filter the specific columns ?
I tried //ClearCollec(colName,ShowColumns(myDataSource,"Column1","Column2")) but it doesn't works since it seems to collect THEN filter columns.
Thanks !