Call expression in an interface in runtime not in designer or expression mode

a!localVariables(
  local!Details: rule!GetInformation(),
  a!formLayout(
  .......
  showwhen:if(local!Details <> "ERROR")
  )
)

Hi,

I want to show the formLayout in the design mode(designer/expression) irrespective of the return value of rule!GetInformation() expression rule. However in runtime the form should load as mentioned in above code i.e., based on the return value of rule!GetInformation() .

Kindly suggest.

  Discussion posts and replies are publicly visible