Hello everyone,
So currently I have two flows, the first one is triggered when my status column is changed to either approved or update and depending on which is selected, a new event is created or an existing one is updated. My 2nd flow was originally a child flow that pulled information from the 1st flow to send an email to the event owners. However, I realized this was going to get annoying since an email was sent every time the flow ran and the event owners would get a bunch of emails. So, I want to change the child flow to a scheduled one to get all the items in my SharePoint list at the end of the day(5:00pm) that have either been approved or updated and send emails that way. My questions are:
1) How can I make the scheduled flow a child flow? Even though I want it to run at the end of the day, I still want to get items based on the conditions of the first flow. Should the two flows exist separately instead?
2)I'm trying to group items with the same audience and event owner so multiple unnecessary emails aren't sent but my filter query isn't giving the options I need in the dynamic section and I'm not sure why:

Any help would be greatly appreciated.