You are viewing limited content. For full access, please sign in.

Question

Question

Send email to selected candidate

asked on August 2, 2023

Hi,

I have a form where the head of department will select some candidates needed among other candidates. The head of department will obtain a list of potential candidates and he/she is going to select a few of them using a checkbox. How can I send email to the selected candidates where the checkbox is checked? The form is as shown below:

selectcandidate.png
0 0

Replies

replied on August 3, 2023 Show version history

I would recommend using Workflow.

First, retrieve the table and all its variables from the form.

Second, use a For Each Row activity to loop through each row of the table.

Third, in the For Each Row activity, use a Conditional Sequence activity to check if the checkbox is marked on the current iteration of the For Each Row activity.

Fourth, within the Conditional Sequence activity, include the Email activity to send the email.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.