1T - CSV Creator 3.0

Hi @eli ! One question: is it possible to store the CSV (in, for example, a File type data object in my Bubble database), rather than letting the user download it?

The reason is we’re trying to send the CSV to another service in our stack.

Thank you!
Darin

UPDATE: I think this is the right way to do it? Could anyone confirm?

  1. Take our multiline input (which is what we want to turn into a CSV)

  2. Use Send JSON to CSVCreator, with following syntax (can anyone confirm this syntax is correct? Thank you!

  3. Then we can just store the CSVCreator as desired!

Is that right?