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. 🚀
Power Apps
Use With() to stop repeating LookUps
Wrap repeated LookUp() calls in With() — runs once, reuse everywhere.
💬 Comments & Suggestions
Share your thoughts, tips, or drop a useful link below.