Hello,
I am making a flow where I send out automated e-mails.
I have a flow set up where the e-mail is only send to the dealers existing in my monthly report that need to do a follow-up.
However, I have a list with all the dealers and sometimes not all the dealers are in the monthly report.
I also want to send them a confirmation e-mail that indeed they don't need to follow up on anything.
Is there a way to compare these two arrays with eachother?
For instance, when I send an e-mail to a dealer from my monthly report. I append that dealer name to an array variable. (1)
Then I want to make an array variable containing all the dealer names. (2)
I want the difference between arrays (1) and (2), so I can make an "Send email to" for these values.