Button visibility issue in 17.1

I have a wizard which is constructed of multiple interfaces.  The high level interface has the next, back, cancel buttons.  If a user is editing information in one of the sub interfaces, I need to disable the next and back buttons until those edits are complete.

I have created  rule input variable called inEdit on the sub interface.  When the user is editing certain data, inEdit is set to true.  If the inEdit value is true, I want to disable the next and back buttons in the parent wizard interface.

When testing this in designer, the values are set and work fine in the interface designer.

But when running this in tempo, the buttons are not disabled.  Any ideas?

  Discussion posts and replies are publicly visible