Greetings, all. I'm looking for ways to optimize performance in my Power App and was curious if anyone knows of a way to filter data from a source but ONLY return, say, two columns rather than all of the data? In apps where I need to collect a set of records but there are 100+ records that meet a criteria, it's painfully slow; in SQL, I'd limit my select statement.
I thought one of the ____Columns functions would do the trick (e.g., ShowColumns, DropColumns), but I see online these aren't fully delegable, which is a problem.
Any thoughts?