I have this GetItem action inside our schduled flow, to get items from SharePoint list, then i am archiving those items. Now i want to do the following to balance the work load been generated by the workflow:-
1) From Monday - Friday to get 500 items
2) On Saturday and Sunday to get 5,000 items
is this possible? without having to define 2 GetItems action and add a condition to check for the day ?
Thanks