Hi , Could any one help me to build my workflow
I have an excel stored in my SharePoint which is updated on daily basis. Each data in the excel is captured wrt DD/MM/YYYY. I need this Excel to be sent as an email attachment on daily basis through outlook. But the Condition is " The Data's of current month to be filtered" . See for Example ( This month is September, So the Data's entered in the excel from 01/09/2021 to till Date should be filtered and the same to be sent as an email attachment) if the month is October means then only October data to be to be sent as an email attachment. Please help me how to filter data's based on current month
Hi @Gowtham_1 ,
Example below.
Formula is:
@equals(formatDateTime(item()?['Date'], 'MM'), formatDateTime(utcNow(), 'MM'))
--------------------------------------------------------------------------
If I have answered your question, please mark my post as a solution
If you have found my response helpful, please give it a thumbs up
Connect on LinkedIn
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
30 | |
29 | |
29 | |
21 | |
11 |