Solved! Go to Solution.
Hi @bp1234 ,
You can configure Flow by the following method.
Expression reference:
formatDateTime(item()['Created'],'yyyy-MM-dd')
addDays(utcNow(),-14,'yyyy-MM-dd')
Image reference:
Please take a try.
Best Regards,
Hi @bp1234 ,
You can configure Flow by the following method.
Expression reference:
formatDateTime(item()['Created'],'yyyy-MM-dd')
addDays(utcNow(),-14,'yyyy-MM-dd')
Image reference:
Please take a try.
Best Regards,
Thank you @v-bacao-msft let me try this and check and update. Thank you for the quick response.