Formula evaluation for column values in UX>Localize

I wanted to hide the Save or Submit button depending on some column values.

In UX>Localize, I created formula:

IF(
AND(CONTEXT(“View”)=“Create_PIS”,ISBLANK(PIS_records[Consent statement response])), " ",
“Submit”)

This will check if the user is in a certain view and column ‘Consent statement response’ is blank. Then Submit will be hidden.

However, it seems that it cannot read the column value while the form is still active and not technically submitted. Any workarounds?

The submit button should only appear on the last page of the form, or if all required fields have already been filled.

0 1 150
  • UX
1 REPLY 1



Regardless, you should probably be pursuing data validation, instead of trying to hide the submit button on your Form.

Top Labels in this Space