Searching the specific string in array values of constants

Just checking if there any options/functions available to search specific text on Appian application's constant objects.
It looks we can only search the content of expressions/rules not constants?

For example, one of the constant object: EMAIL_VALUES
with array values Test1@xyz.com
Test2@abc.com
Test3@ijk.com

If I'm searching for the text "@xyz.com", should show the result of constant name "EMAIL_VALUES".

Thanks.

  Discussion posts and replies are publicly visible

Parents Reply
  • I suppose the technical answer from the Appian side would be, that constant values are not included in "search by expression" because constants don't actually contain any "expression" code (just literal values).

    It's still counter-intuitive, since it seems such functionality (or something very similar) should have the ability to let us scan for problematic labels, emails, id values, etc, in a large production system - where the same values would be easyish to find if they'd been hardcoded into their respective interfaces or expression rules.  As I said, this has troubled me on several occasions, and I still don't know of any easy workarounds, other than the one you mentioned already.

Children