Hi there,
I have a CSV file, created in Excel, in which one column has phone numbers that begin with a leading zero. The zero is retained when looking at the CSV file in notepad.
However, in my form when I get a data lookup to auto-fill a 'Single Line' field with the phone number, it drops the leading zero on population. I would expect that to happen for a Number field (which is why I'm not using it) but not a Single Line field.
All other lookups are performing as expected.
Is there anything I need to be doing to get it to retain the leading zero?
nb: I can't use SQL or XLSX due to licensing issues on the server.
Thanks.