Announcements
To handle the scenario where your ComboBox’s DefaultSelectedItems is based on a collection from Office 365 Groups but the originally assigned value (e.g., Safety Specialist) is no longer in that collection, you can modify your formula to:
DefaultSelectedItems
If( !IsBlank(LookUp(collection, displayName = ThisItem.SafetySpecialist)), // If we find it in collection, return that record [LookUp(collection, displayName = ThisItem.SafetySpecialist)], // Else return a single-item table with a fallback record to show original value [{ displayName: ThisItem.SafetySpecialist, Id: Blank() }] )
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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 424
WarrenBelz 355 Most Valuable Professional
11manish 290