Matthias
05/12/2020, 12:23 PMtask
that returns a list
. Using map
I pass the list to another task, which per each item returns again a list
. I want to map()
this nested list
to anoter task to iterate over all the items. Is there any intended way of doing so?
Thanks!Matthias
05/12/2020, 12:38 PMMatthias
05/12/2020, 1:00 PMJeremiah
Jeremiah