Does anyone has plugin code for getting the guid dynamically on the contact entity.
Hi,
You can guid from context.
Entity entity = (Entity)context.InputParameters["Target"];
Guid contactId = entity.Id;
Hello,
Your question is too vague. Can you please provide your scenario?
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,524 Super User 2024 Season 2
Martin Dráb 228,469 Most Valuable Professional
nmaenpaa 101,148