Multiple inputs on "Text Exists" activ

How do I declare more than 1 input word on “Text Exists” activity, so it gets “True” whenever page has “A WORD” OR “ANOTHER”?

Hi @bipenett !
Not sure if it’s possible; i would suggest you to use:

  • text exists for “A WORD” followed by another text exists with “ANOTHER”, and for both the activities the same boolean output (let’s say boolean_existance)
  • then use if activity and for the condition “boolean_existance” (by default if you put a boolean in an if condition, it supposes that the condition is set to true)

What do you think ?

1 Like