Hello, I would need a little help with the flow process. I have a Sharepoint list with two columns. Column 'Name' contains a user names. Column 'Date' contains dates. I have used formatDateTime function to compare the current date with the dates from column 'Date' If it match, then based on the username I am getting user e-mail address and the e-mail is sent to that user. And all that works. The problem is that the e-mail is sent to all users from the list, even if the date next to their names is not matching current date I would like that e-mail to be sent only to these users, who have current date next to their names. How to accomplish that?