Localize based on the current View

Hi All,

Just wondering if it possible to use the Expression Assistant to change the Localization text based on the current view. I was thinking something like:

IF(#view=Scan%20QR,"Ok","Save")

But the Expression Assistant just returns:

Invalid expression: with not further text.

Regards,
Sebastian

Solved Solved
0 1 557
  • UX
1 ACCEPTED SOLUTION

Solved it for anyone else interested.

IF(CONTEXT("View")="Scan QR", "Ok", "Save")

You can read about the context function here:

View solution in original post

1 REPLY 1

Solved it for anyone else interested.

IF(CONTEXT("View")="Scan QR", "Ok", "Save")

You can read about the context function here:

Top Labels in this Space