Export first item of list as text to excel

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 ?

this is the script i use now but it export al numbers as numbers

Hai @ranigooth96 welcome them to community!

use node called List.FirstItem

thanks that worked but now i want to put the numbers back int the list (so replace every first item of the list by the correspondending number of the other list) i’ve used replace item at index but that replaces every first item by the same item of the second list. Any help? thanks

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

Like This?