I’m taking a sharepoint list of cars to send an email to only ones that are registered for insurance.
I learned how to OData and filter ones that are registered- so it only sends the email of it shows registered on the sharepoint list.
Then I started a switch function for the different brands “Honda” and “Toyota”
From there I need to one email to Honda and one to Toyota with multiple attachments.
I’ve tried getting files and then file content and applying “files with extension” in name and “file content” in content for the email.
However it ignores it and send double emails with the one attachment at a time. What am I doing wrong?
or when I try initalizing the variable it doesnt send the correct amount of emails