I have a flow that creates a new item for a form submission if the date in one of the columns is Tuesday - Saturday and send the form details to a shared inbox as an email is the column date is Monday or Sunday. This is working nicely. However, I also need to add in a second condition for if sent Tuesday - Saturday that check if there are existing items in the same SharePoint list and counts how many for the same column date (i.e. over 6 then send email, if 6 or under then add item to SP list).
I have tried adding in a new condition but I can't see how to add the criteria as this a check on data in the SharePoint List and not a check on the form data.
How do I add steps in that will allow for the SP list data to be referenced for the condition query?
Thanks in advance for your help!