How to use different words/phrases as trigers

Macro_Mitch

New member
Hello fellas, I would like to be helped to create a macro which can be triggered if a txt message is received either having the words "dishwasher machine" or "basement door". Note that the txt message can only have either of the phrases but not both

Thanks in Advance. 🫡
 

Qarboz

Well-known member
Hello fellas, I would like to be helped to create a macro which can be triggered if a txt message is received either having the words "dishwasher machine" or "basement door". Note that the txt message can only have either of the phrases but not both

Thanks in Advance. 🫡
Message txt do you mean a text file like filename.txt? How do you receive this file?
 

Dm114

Well-known member
Hello fellas, I would like to be helped to create a macro which can be triggered if a txt message is received either having the words "dishwasher machine" or "basement door". Note that the txt message can only have either of the phrases but not both

Thanks in Advance. 🫡
Once you answer @Qarboz (text file, notification or string variable content), you'll have to use the XOR operator (eXclusive OR) to test your string.
 

Dimlos

Well-known member
Multiple specifications are possible with regular expressions.
 

Attachments

  • Settings.jpg
    Settings.jpg
    362.9 KB · Views: 14
Top