this is the script i use now but it export al numbers as numbers
Hi all,i have a script that exports all shedules to an excel file. i want that the first item of every kolom is exported as text (mark collum). So every first item of the list and the rest can stay it the way it is now. We mainly give our mark a number like 1.5/1.6/1.6a/… Is there anyway i can do that in dynamo directly ?
Hai @ranigooth96 welcome them to community!
use node called List.FirstItem
It’s seems you have done…what is your expectations?
well, i want to replace the first item of list 0 with item zero
the first item of the second list with item 1
the first item of the third list with item 2 and so on.
now it replaces every first item of the list with item 0
So you want reconstruct the list is it?
yes, reconstruct the list with the number i transformed to strings


