Delayed action: does it check conditions of "TriggerData" saved at the time of trigger?
Mine is rather a question: when I receive a 'pay later' contribution by bank transfer, I have to send an immediate reminder and one after 10 days unless it has been paid in the meantime.
So I created a rule with an action with a delay after 10 days.
I expected it to check the contribution status after 10 days, but instead it seems to use 'TriggerData', i.e. the data saved at the time of the trigger.
The result is that it always sends the reminder after 10 days even if the contribution has been paid in the meantime.
But if so:
- what is the point of
ignore_condition_with_delay
if theTriggerData
is the one saved at the time of the trigger? - to do what I need, do I have to create another rule?
Thanks.