Hello,
I'm just about doing my first PowerApp, watched the videoes and read some documentation, but seemly I'm not able to get a proper result.
For my first test, I'm connected tp an excel table on oneDrive, I made an app out of the data and this works fine. Now I try to add a button that feeds a field with a value. I tried with:
Update( Tabelle2, { Stamp: 0 } )on the onSelect property. The table's name is Tabelle, the field is stamp. Can someone tell me what the correct syntax would be?
Thank you!