I'm saving a phone number as text to SharePoint list (no reason to save as number as I'm not calculating anything off it).
To avoid the user putting actual text instead of numbers, I've formatted the input field as TextFormat.Number.
The SharePoint field type is text.
The problem is, the update back to SharePoint is stripping any leading 0's....
I've tried changing the Update field of the card to Text(inputfield.text) but it still does it.
Any ideas?
Kind regards,
R