Dear all,
I'm still new in Power Automate. Need your advise on this.
I wanted to use filter query in Get Items action. I want to filter the "Created" column from SharePoint list and only show records that are created in current month and year only. For example current month is February 2021, so it will only shows records that have been created in February 2021 only.
Thank you and your help is much appreciated.
Solved! Go to Solution.
Morning @Anonymous
You need to use the filter query where the created date is greater than or equal to the 1st of the current month.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Cheers,
Damien
P.S. take a look at my new blog here
Morning @Anonymous
You need to use the filter query where the created date is greater than or equal to the 1st of the current month.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Cheers,
Damien
P.S. take a look at my new blog here
Hi @DamoBird365
If I want to modify the code by current week filter then how? Can assist me on this?
Thank you.
Hi @Anonymous
You would be able to calculate a date 7 days prior using a subtract from time action and then compose to format the date time.
You can then try using the expression below
created gt '7DaysEarlierComposeBelow'
If you want to be even more specific, you can use an AND expression
created gt '7DaysEarlierComposeBelow' and created lt 'anotherdatethatyouvecalculated'
If this post helps, don't forget to mark it with Accept it as the solution to help the other members find it more quickly.
Cheers,
Damien
P.S. take a look at my new blog here
hello everyone can someone help me with the following situation, I have a sharepoint list, with my activities, where I have the due date and would like to receive an email every Monday with the activities planned for that week, I tried use the Odata filter but it didn't work.
User | Count |
---|---|
23 | |
15 | |
14 | |
10 | |
9 |
User | Count |
---|---|
45 | |
29 | |
25 | |
24 | |
22 |