Hi!
So I have a button that will trigger a Flow (creates an excel file) then after the Flow is done I have a Download() function. Apparently that is not what's happening.
for better visual here the code on the OnSelect button.
CreateExcelFile.Run(mm.xlsx);
Download(excelLink);
The flow is not done yet and it will automatically go to Download(). Is there a way to delay the code while the flow is not done yet?


Report
All responses (
Answers (