Hi All,
I have 2 SharePoint lists, SharePoint A is a list of data with a Title, Description and Date Column and SharePoint B a list of emails of users who get the Emails from the flow I am trying to build.
I have built a flow that sends a HTML table via email to users (SharePoint B) with data from a SharePoint list (A) and updates the list (A) "date" column with date it ran when email is sent.
I have then updated it to make it conditional to send out if Date column is Blank then send out HTML table to all select users,
if NOT blank then send out a generic email.
My issues is that when the email is sent regardless of which condition it breakdowns and sends number of emails based on the number of rows, it no longer batches and send the HTML table with all the data, but send multiple emails each one with 1 row duplicated based on the number of email address it is pulling from in SharePoint A?
I want to update so I can keep the conditional option but if it is "Yes" then it emails once with all the data to the users?
Flow:
Full Flow:
Here is also an Example of the email results I get from the flow, Sorry still learning so not sure if explained it well.
Thanks