Change Variable Value Every Loop

I want to make an automatic email automation, that loops around my modules and everytime it loops it changes the variable value of variable x. So for example:

1st loop
variable x = Mark
email = Hey Mark!

2nd loop
variable x = John
email = Hey John!

3rd loop
variable x = Susan
email = Hey Susan!

Something like that hehe.

I have read some articles in the community but I feel like it doens’t match my need hehe. I know I can just use routers but I just wanted to see if I can do something like this for educational purposes too hahaha.

Welcome to the Make community!

You can use an array, or store the variables in a data store (if you want to “save” the state over different scenario executions).

If you need further assistance, please describe what you meant by loop.

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

General

Help Center Basics

Articles & Videos

samliewrequest private consultation

Join the unofficial Make Discord server to chat with other makers!

2 Likes

Hey @Multiply_Advisors
You can try this setup :-




Output

I have added the blueprint for your reference
blueprint (10).json (4.8 KB)

5 Likes

Thanks so much! This is what I was looking for! Thank you!

3 Likes