Just out of interest I was looking at whether I could change the system text (specifically the “Save” button) dependent upon the view.
For instance I was looking at using “Save” when in the settings view but changing that to “Send Report” when submitting a form.
I tried this but it didn’t work and just changed them all to Send Report
“If(#view=Settings, “Save” , “Send Report”)”
Is this possible?