Announcements
With( { resultStatus: LookUp( TestResult, MaterialDoc = selectedRecord.MaterialDoc, ddTestResult ) }, If( selectedRecord.Status = "CD", ["", "CD"], If( resultStatus = "PASS", ["", "321"], ["", "CD"] ) ) ) Note: // selectedRecord - Replace this with your selected record. Use a variable if you're storing the selection, or reference the relevant control (e.g., Dropdown1.Selected) if the value depends on another dropdown
📩 Need more help? Just mention @Kalathiya and I’ll be happy to assist.
✔️ If this answer helped you, please tick “Does this answer your question?” so it can be marked as the Verified Answer.
💛 A Like always motivates me to keep contributing!
With( { _Item: If( LookUp( TestResult, MaterialDoc = ThisItem.MaterialDoc, ddTestResult ) = "PASS", "321", "CD" ) }, Table( {Value: " "}, {Value: _Item} ) )
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 505
WarrenBelz 502 Most Valuable Professional
Haque 324