hi All,
I have a recurrence flow to get rows from an on-premise sql server view, and write it to an excel table locate in onedrive business, then send it out by email, then clear all data in the excel file for next time use.
i got some problem on the below flow.
1) i get the rows from sql server view is 270 rows, and added 270 rows into the excel table. However, when i send it out by email, the attachment only contain 158 records. then i add a delay 15sec after [add a row into a table]
it contain 201 records. it's look like i need to wait some time after update. May i know how much time i need to wait after update ?
2) after send out the file, i want to clear all data from the excel table, but it's always remain some reocrd in the file. like below flow, the records in the file is 270, but the step [Delete a row] only process 256 records
pls help, thanks in advance.