How to filter list with month

0
Hello, I have a list in which there is a date attribute and I want to filter it with month how to achieve it in native. I can definitely add loop and can check each item’s date vs month, but is there any direct way to that? I mean without loop... Thanks Prajakta
asked
2 answers
0

Create a variable with the beginning of the month and one with the end of the month. You could use the keywords for that like [%EndOfCurrentMonthUTC%] etc. If it is not the current month you want you can use the addMonth function to add or substract months. Once you have those two variables you can just use the filter list command to filter the correct values.

Regards,

Ronald

 

answered
0

Thanks!!

answered