I'm trying to build a flow right now.
When something is changed, the creator of that column in Dynamics should receive an email.
My problem is that I get the OwnerID, but I don't know how to get the email address of the owner.
I am working in the flow with the dynamic content "Created By (value)".
The email address is stored as data type Email in the entity User. I don't understand how to make the connection here.
Would be very grateful for help!
Solved! Go to Solution.
Hi @danielst ,
You should do the Get a row action on Users entity and provide your owner id in the GUID part of it. This will give you all fields on the user entity.
Thanks
Hi @danielst ,
You should do the Get a row action on Users entity and provide your owner id in the GUID part of it. This will give you all fields on the user entity.
Thanks
User | Count |
---|---|
92 | |
45 | |
21 | |
18 | |
16 |
User | Count |
---|---|
136 | |
49 | |
42 | |
36 | |
28 |