Just tried to patch multiple rows into SQL server. I have set timer to
OnStart
Patch('testeTable', testColumn:"test" & Text(countTimer)); UpdateContext({countTimer: countTimer+1})
OnSelect
UpdateContext({countTimer: 0})
Repeat
counterTimer < 100
However the timer stoped when counterTimer variable exceeded 280 value
I know this worked with collections before

Report
All responses (
Answers (