Power Apps

Use With() to stop repeating LookUps

Wrap repeated LookUp() calls in With() — runs once, reuse everywhere.

Use With() to stop repeating LookUps

Stop calling LookUp() three times in the same formula. Wrap it in With() — it evaluates once and you reuse the result. Cleaner code, better performance. 🚀

💬 Comments & Suggestions

Share your thoughts, tips, or drop a useful link below.