Notifications
Announcements
// Merge and remove duplicates const merged = [...lookup field_2]; lookup field_3.forEach(item => { if (!merged.some(existing => existing.id === item.id && existing.entityType === (item.entityType || item.logicalName))) { merged.push({ id: item.id, name: item.name, entityType: item.entityType || item.logicalName }); } }); formContext.getAttribute("lookupfield_2").setValue(merged);
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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
iampranjal 76
André Arnaud de Cal... 47 Super User 2025 Season 2
BillurSamdancioglu 40 Most Valuable Professional