Notify only the Project Creator

0
Right now I have an entity Project in which I store the owner. I wish to notify the project owner of a change, in my case a new comment. How can I get only that user and send him/her a notification?
asked
1 answers
0

Hi Helgo, 

You can retrieve the owner of the object in a microflow and you can use the same to initiate notification

Refer the below images to retrieve the owner account from database

 

 

image.png

Here I used NewValidator entity , you have to use Project entity

answered