Hello,
I have a SharePoint list named as "Surpass Projects". Within this list there are about 10 columns.
From this 10 columns there are 2 columns named as "Project Cost" and "Project Start Date".
My requirement is - everyday at specific time, it should send a notification in a Teams Group Chat about the No. of Count (MTD) and Sum (MTD) from the "Project Cost" column based on Date column (MTD)
See below example in table:
There are 4 entries for Jul 2025. So the result I'm expecting to receive in Teams Group Chat should be as below :
MTD Count = 4
MTD Project Cost = $579.00
Later today, if there are 2 more project added with 100 value each in Project cost, so tomorrow the Counts should be 6 and the sum will be $779.00
Please advise