Triggering actions to entire Repeating Group list with one action (button click)

Hi all,

I am playing around with some messaging functionality, and I am wondering about a ‘message all’ scenario.

Let’s say I have a repeating group with a number of users listed, and I wanted to send a message (i.e. run a workflow) to all of those users with one button push, how would I go about that?

Would it be by using the ‘from first item’ functionality for example?

Any thoughts greatly appreciated.

Cheers.

You would need to use the “Schedule API Workflow on a list”.

Example here, which is sending multiple messages to a list of users.

https://buildingonbubble.com/block/message-app-1473140414981x593174850883289100

Thanks Nigel. I will have a look later. I was worried it may be something like this… My ‘real’ coding knowledge is non existent.