Expression for changing system text - this doesn't work :(

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?

Yes, There is a whole section the Localization settings just for this purpose. See image below with an example I had in place.

Thank you so much! :+1:

As a newby I’ve a lot to learn so I’ll go and read up on CONTEXT()

:grin:

2 Likes