Exporting list from Dynamo as txt.files

is it possible to export a list from Dynamo as txt. file?

@yazanhijazeen32 Yes, it is possible.


image
You might not need these many nodes in between based on how you want the final output to look like.

1 Like

@AmolShah
Hi Amol, thank you for for help, but can you help me out a bit here, i am bit stuck, the error say: (Conversion of non-convertible types requested), what does it mean?,

@yazanhijazeen32 The error is because you are missing the String from Object node.
Also you need to understand how Levels work in a list. Randomly using List.Create or @L4 or @@L5 is not going to do any good!

2 Likes