Check the image
Hi swetha Raja,
Reterive the email template Entity from email connector module. In the, Change object set the email id from the dropdown .
for reference go though this
https://docs.mendix.com/appstore/modules/email-connector/
Hi Swetha,
in the dropdown box check there will be event tab-> in the event tab go to onChange -> create a microflow -> in the microflow now you have current object -> apply your send Email logic -> in the ToEmailAddress pass $currentObject/emailId
Hope you like the answer.