Hi, I'm currently patching data to an excel table. Once of the columns, Sequence is represented in the app as a 3 digit number i.e. 1 is 001, 2 is 002 etc etc
I have the value formatted as text (even in the patch)
Sequence: Text(Value(Sequence),"[$-en-GB]000")
However when it is patched to the excel table the values are back to 1,2,3 etc.
I've looked at the following thread but none of the suggestions work for me
https://powerusers.microsoft.com/t5/Building-PowerApps-Formerly/Add-leading-zeros-to-digits-using-Text/m-p/269238#M78669
Any help much appreciated