Hi,
I want to create a scheduled Flow that will check if there`s new item on the list,
and if there`s new item on the list it will post message in Teams per item everyday on 6.00 PM.
Please Help.

Hi,
I want to create a scheduled Flow that will check if there`s new item on the list,
and if there`s new item on the list it will post message in Teams per item everyday on 6.00 PM.
Please Help.
Hi @Earth_98 ,
Do you want to create a schedule flow to check if there are new items on the list?
If there is a new item in the list, it will post a message by item in Teams at 6.00pm every day.
If so, I have a test for your reference.
In my scenario:
formatDateTime(items('Apply_to_each')?['Created'],'yyyy-MM-dd')
formatDateTime(utcNow(),'yyyy-MM-dd')
Best Regards
Sunshine Gu