I need to run the flow on each months 10th and 12th then 26th and 27th
- for 10th and 12th of month check if item count (from last month) is less than "2" then send reminder
- for 26th and 27th of month check if item count is less than "1" then send reminder
I get current month item count by
Get items:
Created ge 'startOfMonth(getPastTime(0,'MONTH'))'
Get item count:
length(body('Get_items')?['value'])
How do I implement other requirements. How do i get
-Previous month item count. Would I add another "Get items" action and with what filter?
And how to test the flow
-For example: Compare with a date column For_the_month in "Get items" Filter so instead of
Created ge 'startOfMonth(getPastTime(0,'MONTH'))' it will be Created eq 'For_the_month', but that is not possible as Get items return collection with all the For_the_month values
Please guide with the above
@grantjenkins @VJR @Expiscornovus @Sundeep_Malik @annajhaveri @abm @SudeepGhatakNZ @Rhiassuring @tom_riha