You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This action lets you repeat the same steps for multiple items. These items can be rows from your Tiles/M365 tables, or FormSG checkbox options.
10
+
`,
11
+
multimedia: {
12
+
animationData: ForEachAnimation,
13
+
},
14
+
},
15
+
{
16
+
title: 'For each item',
17
+
details: dedent`
18
+
Example use cases:
19
+
* Send individual emails to a list of unconfirmed event attendees, reminding them to RSVP for an upcoming event.
20
+
21
+
22
+
* Retrieve a list of your team members and find each person's assigned tasks for the week, then send a personalized email to each person with their tasks.
23
+
24
+
25
+
* Go through each checkbox option in a FormSG submission and send emails to different recipients based on the selected options.
0 commit comments