I am building a Native SPA and experiencing a logic disconnect between a Reusable Header and my main page (Mobile_Home1).
The Setup:
-
My Header sets a Custom State
menu_open_statusto ‘yes’ when an icon is clicked. -
My main page has a ‘Do when condition is true (Every time)’ workflow watching for
Header's menu_open_status is yes. -
This workflow is intended to set a page-level state
current_view_to ‘menu’ and then reset the Header state to ‘no’.
The Problem: > Even though the Debugger shows the states flipping correctly, the Group_Screen_Menu (which is conditional on current_view_ is menu) does not appear. I have verified that ‘Visible on page load’ is unchecked and ‘Collapse when hidden’ is checked.