Hello,
I am a new user to Alteryx. I have a workflow that I would like to speed up the runtime. I have two sheets output to the same excel file. The part that I am not understanding is that the sheet that is writing over 200k+ records is running quicker than the other sheet that is only writing 1 record (a few sums based on columns of the first sheet). I used the Performance Profiling function in Alteryx and it shows the Output node for the sheet producing one record took 42% of the runtime while the output node for the sheet with 200k+ records took only about 24% of the total runtime. Is this due to using the Block Until Done? Or is there something else slowing this down that I am not understanding? If this is due to the Block Until Done is there any alternatives to using this that might speed up my workflow?
Any help and guidance is appreciated, Thanks!