For advanced users, you can sometimes use a formula inside a regex.
This is possible in the following places :
-
If then logic property
-
Has Document / Has up to date Document logic properties
-
Find Related Files custom regex
To use a property formula inside a regex you need to use double brackets instead. An example regex would be:
^.*\\[[fileNameNoExtension]]_PartsList\.pdf$
This example requires a pdf to have the exact name of the product plus ‘_PartsList’. Note that the regex of Has Document is matched against the full path of each related file.
The Regex builder currently does not help building a regex with a formula inside it, you will need to manually property names out and cannot test it because there is no product to test it against.