The operation length of list cannot accept the arguments: , [200]

this is an aysnchronous processing issue…
you are trying to start 3 processes at the same time…
but sometimes Spreadsheet1 will be received first, sometimes Spreadsheet2 and sometimes Spreadsheet3…
only start your further processing if all 3 processes have been downloaded successfully


Taifun

So how can I be sure that all 3 get columns loaded?
Coimo could solve this problem?

blocks

blocks (1)

blocks (2)

blocks (3)

You can Try this Way. :slightly_smiling_face:

1 Like

see one possible solution in my screenshot above

read1
after receiving 1 then read 2 
after receiving 2 then read 3 
after receiving 3 then do the further processing

Taifun

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.