Hello,
I have a question how to approach the following solution.
I want to send a weekly mail on the moment the today date is equal of within the days before the expiring date of the contract.
The value of the days before expiring are stored in the column "Opzegtermijn_x0028_dagen_x0029_" and the Expiring date is stored in the column "Einddatum".
This is how I approached it:

The Expression I used for dynamic content is:
formatDateTime(addDays(utcNow(),int(coalesce(triggerOutputs()?['headers']['Opzegtermijn_x0028_dagen_x0029_'], '0'))),'yyyy-MM-dd')
But it looks like the value in 'Opzegtermijn_x0028_dagen_x0029_' is always null.
But if I look at the output (below) the field/column is filled.

Does anyone know a solution?