Yes, you can use options (one|two|three) or regular expressions (^one.*) in the select menu action. You can also use the token APPLICATION to replace with the front application name.
@peternlewis In my quick tests just now, I couldn’t get this to work with any regular expression unless it had ^ at the beginning. Is that expected? (This doesn’t hamper me—just wondering.)
I’m trying to fire a menu in Daylite that is named “Bulk Edit [X] People” Where [X] is the number of database records currently selected.
How do I write a regular expression to make this work? I’ve tried it numerous ways and nothing happens. I’ve used online RegEx generators to make sure my syntax is okay.