How to Send the email

0
Hello everyone,   How to send the emails from drop down box selection, please  explain how to do it.
asked
1 answers
0

if you want to trigger any logic as result of a selection, you can use on-change or on leave events.

In your case sending an email in the microflow triggered by this event.

 

Sending emails can be done using the email connector

answered