Hello all,
I am trying to create a condition where the Metadata, if it has '0367' in the string, it is true.
I have tried this:
=if(pos('0367',MetaDataField1)>0)
It doesn't like the "if" in the "Advanced Condition" box.
I have defined the MetaDataField1 as this:
=GetMeta('DataFile[0]', 1, 'Job.Group.Document') which is the Drive Letter and File Name (F:\0367 2019_04_11_041234 1024928848.pdf)
The first 4 digits in the file name is what I am looking to match. If it matches, the condition should be true.
Any help is appreciated.
Thank you,
Dan Stauder