I am building a scheduled flow that sends exam preparation assignments 14 to the student before the exam. I get the exam date from an Excel file, the date correction is done in Initialize var Date. So far so good.
Now I disappear in different Apply to each actions which leads to:
- an email is sent to each filtered line (that is ok)
- with all the different attachments (that is not ok, should only be the attachment from that one line)
- those attachments (pdfs) cannot be opened either.
All (very many) suggestions on the forum do not lead to a solution.
Where does this go wrong?
In a previously built flow with the trigger "For a selected row" the Get files (prop only) was not put in an Apply to each. What makes the difference here?