Can you help me with another piece of this puzzle? So, I've got the constant (you're right) loaded into a variable called 'condition':
@or(contains(toupper(triggerBody()?['Subject']), 'FACTUUR'),contains(toupper(triggerBody()?['Subject']), 'REKENING'),contains(toupper(triggerBody()?['Subject']), 'INVOICE'),contains(toupper(triggerBody()?['Subject']), 'RECHNUNG'),contains(toupper(triggerBody()?['Subject']), 'FAKTUUR'),contains(toupper(triggerBody()?['Subject']), 'FAKTUREN'),contains(toupper(triggerBody()?['Subje.... etc
But how do I call this string as a condition? Thanks again.

Regards, Sander