I have an editable list where i have 8 columns.
The user enters data in 5 columns, then i have expressions that fill in the last 3 columns.
Because the last three columns are filled in by expressions, the row is not SAVED. -I have to click the SAVE Toolbar button to save the record.
I want to save the record automatically, so the user does not need to click the save toolbar button.
So i edited the rule on column 8 to say "If control is changed" then execute Rule - "If Save Toolbar button is Clicked"
But the form just hangs....
Any ideas how to get it to save the record automatically? Not sure why it doesn't work, because manually cicking the SAVE TOOLBAR button works on the form...
Is there any other way? I put a seperate button on the list footer, but is there a automatic way of registering a button click?