How to send an automated email based on a input dialog input

Hi there,

What I’m trying to do is have an automated email sent out, based on the answer of a multiple choice input dialog. For example, I have 3 options. Apples, Bananas and Oranges. I select “Orange”. After I select it an email is sent out with a picture of an orange. How do I do this?

@Evan123 -

  1. Display your options in the input dialog- save the output of this activity to String.

  2. Switch activity to validate that String got from Step 1

    If Orange → build send email activity and include the picture from your folder. In your folder save the image matches to your string (Say Orange.jpg)) so that you don’t have hardcode

Continue the same for other options …

thanks! worked like a charm.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.