Various phone numbers input arguments in "SMS received" block

27 views
Skip to first unread message

Juan Jaime Ferrer

unread,
Oct 10, 2025, 6:51:50 AM (5 days ago) Oct 10
to Automate for Android
hi,
I'm using "SMS received" block in a flow to resend some SMS.

I want to create a flow that resend any SMS received from any of my 4 sons to my wife.

Is it possilble to add two or more phone number in the "Phone number" input argument of this block?

I don´t want to create the same flow 4 times (one flow for each son).

Thanks.

Henrik "The Developer" Lindqvist

unread,
Oct 11, 2025, 11:24:28 AM (4 days ago) Oct 11
to Automate for Android
No, the Phone number input argument field only takes a single phone number.
The alternative is to assign a variable name to the Phone number output variable, e.g. phoneNumber
then use a subsequent Expression true block for more complex comparison,  e.g. using the contains function that checks 
if an array of multiple values contains a specific one; contains(["111111", "222222", "333333"], phoneNumber)

Juan Jaime Ferrer

unread,
Oct 12, 2025, 7:08:14 AM (3 days ago) Oct 12
to Automate for Android
It works, thanks very much!!
Reply all
Reply to author
Forward
0 new messages