Iidentify the caller in the if condition.

franckinou

New member
Hello. I haven't found a way to identify the caller in the if condition.
It is possible to do this in the trigger but but in a loop or in an if condition.
Are there plans to add it?
The need: If the phone rings... Depending on the caller, I use this or that ringtone.
Thanks again.
 

Pseudocyclic

Well-known member
Use the Set Variable action to assign Call number and/or Call name to variables, then use those variables for the If condition.

NB: the magic text (...) options you need to select are only available if the trigger has already been added to the macro.
 
Top