Hi, in my code an ID from Power Apps is automatically rounded down. For example,
from
093220000000010136923922010111
to
93220000000010140000000000000
It's not due to the Excel formatting.
Below is the code to write the ID into an Excel table. Can someone help me identify where I made a mistake?
Patch(
Tabelle2;
Defaults(Tabelle2);
{
'ID': Text(Value(First(Split(Eingabe.Text; "|")).Value));