When I add a file trigger and add include mask, lets say 'test.csv" and then adding the following in exclude mask "*.jpg". What does it achieve?
My impression is if I include a file name in include mask, it will only search for that file as trigger (since it does not have any wild characters). That raises the question, what the exclude mask does in this case since it is only looking for a particular file. Or my understanding is incorrect here?