I want to send a regular reminder to the user if the certain condition is met. For example, if the item is 'On Loan' send the first reminder on the given deadline, delay 24 hours, send another reminder, keep on doing this after every 24 hours until status is changed.
Do While loop only works for a single time, I can't find recurrence under the condition as a trigger so not sure how to achieve this?
Thanks,