I tried adding Control Logic “If Any Condition Met Execute Actions” but it is always false regardless of what I seem to put in the contains text field (e.g., www, http, gmail, etc). Can you tell me what I can put in the contains text field to make it true given any current ChromeURL? I have tried %ChromeURL% but it appears as red. Any suggestions?
TestURLtoSeeifContainsText
No triggers specified.
Will execute the following actions:
Action iconIf Any Condition Met
Condition iconThe variable ‘ChromeURL’ contains ‘gmail’ <-- TRIED %ChromeURL% and %Variable%ChromeURL% but it appears red
Execute the Following Actions:
Action iconPrompt for User Input ‘ChromeURL is %ChromeURL% (True)’
ChromeURL is %ChromeURL% (True)
Finish with the following buttons:
OK
Cancel (cancel macro)
Store button pressed in variable ‘Result Button’.
Otherwise, Execute the Following Actions:
Action iconPrompt for User Input ‘ChromeURL is %ChromeURL% (False)’
ChromeURL is %ChromeURL% (False)
Finish with the following buttons:
OK
Cancel (cancel macro)
Store button pressed in variable ‘Result Button’.
Also, how to I attached an Exported Macro to share here?