Outputting data from bundle results in empty

  1. Get csv from Google drive
  2. Convert CSV to collection(CustomApp) ⇒I can confirm that the value is acquired in bundle
  3. Output collection ⇒But results in empty

I don’t understand why it’s not output
Is there any solution?

Hi @system1 and welcome to the Make Community!

Convert to CSV generates an array. You probably need to use an array iterator to handle each Set Variabl, followed by an aggregator to put them all back together if that’s what you need.

See these modules in the Make Academy:

L