Is it possible to create an action which conditionally exports files as determined by a given export configuration? i.e. an action which exports using exportconfiguration.mte if and only if a given regular expression is satisfied.
Many thanks, Thursday
Use the filter (F3) to show only files with the regular expression and export these.
Formatstring for the filter: %field% MATCHES regular expression
I'd been hoping to avoid frequent switching between filtered and unfiltered files applying various actions, but I guess there's no workaround.
Thanks anyway