I have an app that is connected to a library that has over 8K of pictures. I know I cannot load them all at one because of the limitation in place.
I want to see if I can on start or on visible collect those images and filter to a specific name.
I tried this no joy
ClearCollect(colSinglePhaseReg, 'Asset Photos*DO NOT USE'.AssetClass ="Single Phase Regulator");
I have several screens that are broken down but the individual Asset Class so that if I wanted to filter it on visible or OnStart so I can have all of the images show for that particular Asset Class.
Would appreciate the help