Hi, hope you can help me with this thing that I try to handle for months now.
I have a Flow that fills an Excel file with data returned by an API.
Results are added to a table in the Excel file on OneDrive for B.
After that I send an email with that file as attachment.
But, I notice the email is always(!) allready sent while the Excel connector is not finished.
So, the Excel file should contain for example 50 rows, but the file received in the mail only has 30 rows, or sometimes 48, sometimes just 20. When checking the Excel file on OneDrive, it is okay. It's just that the email step in the Flow (or the Logic App, tried that too) is fired too soon.
It runs fine when I add a delay of about 10 seconds between the steps, but prefer not to do that.
Also tried to first copy the Excel file, but then the copy also has not all rows.
Someone had this same issue and tips on how to cope with it?
Kind regards,
Maurits