List has column = "Start time" (Type = Date and Time) - format = date only
using the template
"Delete SharePoint list items on a recurring basis based on a condition"
set recurrence to daily
pointed get items at list
What do I put in "Condition" to trigger the delete where Now()-21 > "Start time" ?
I tried:
@greater(utcNow('yyyyMMdd'), formatDateTime(adddays(items('Apply_to_each')?['Start_x0020_time']), 21), 'yyyyMMdd')
Many thanks
David (Nobby) Barnes