Wasn't using a SharePoint List but maybe I should to do a lookup of UserID to Username?
I'm running this Flow in my Dynamics CRM Sales Professional online environment.
Goal was to keep employees from Tracking other employees in the CRM which could turn into a compliance/hr issue if certain private conversations inadvertently were recording as Activities.
Basically setup business rules on all the forms with in the CRM to keep record creation with ourcompany@domainname.com
And then created a Flow so records being created from Dynamics Outlook App marked at Tracked, when they sync into the CRM are then deleted based on the email address trigger.
Then the flow sends me an email notification and includes who tried to create the record (UserID) what employee they were trying to create (First Name, Last Name). All works great except UserID does me no good. I would like the actual system user name so I can reach out them and have them Stop trying to Track employees.
Hopefully that helps describes what I'm attempting to do. Thanks, TechGurl