FINDROW() and Speed Optimization

Hello! I found this very helpful article for optimizing filters. Writing Efficient Filters

I was wondering if this also applies to FINDROW() and FINDLASTROW()? We are hoping to speed up our app.

Also, are there any other formulas to avoid app slowdown?

Hi @Max :slight_smile: :honeybee:

Happy to hear that the Writing Efficient Filters article has been helpful for you!

Yes, the concepts in the article around efficiency also apply to FINDROW() and FINDLASTROW(). These formulas both work similar to filter formulas; The difference being that FINDROW() returns the first row of the specified criteria, while FINDLASTROW() returns the last row.

For your last question, the guidance in the article you've noted will help with overall performance of your app. Also, setting up data models with clear data relationships will allow for simpler formulas and app structures to more easily create and run apps.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.