Server actions - set value cant set to 000130300002

when i try to set value to 000130300002 000 get erased and i get 130300002. why ?

It’s a bug(kind of).

The UI will treat the input as a number and delete the leading 0s.

Try this(untested):

Click on the Server Side Databinding, go to code view and add (‘000130300002’). It should force the UI to treat it as a string and save it correctly.

Maybe you want to open a bug report about this.

This has caused trouble for me in the past. I ended up adding a letter in front and then removing it before I use the value after passing it as a url variable from the front to the backend.