Email - Cycle through various email responses

Ive got a scenario where I’m sending out reminder emails through Microsoft360.

I’d like to either cycle through various replies or have them auto generated as the aim is to prevent the same text being sent out each time.

Is there a way to do this?

You can define multiple template variables, then create an array and use shuffle to randomly sort the templates and use first to get the first random item.

2 Likes