I have created the below flow to create a csv file however one of the fields contains digits that can start with 0's and although the filed is formated as text when opening the csv file the 0's are all removed but if I try to open the file in notepad I can see the 0's. Is there a way to prevent that in the csvfile? I tried to concatenate that field using this formula concat(' ',item()?[item-list[ItemID]']) but it is just giving me empty rows for that field. Can you please help