Logic Disconnect

I am building a Native SPA and experiencing a logic disconnect between a Reusable Header and my main page (Mobile_Home1).

The Setup:

  1. My Header sets a Custom State menu_open_status to ‘yes’ when an icon is clicked.

  2. My main page has a ‘Do when condition is true (Every time)’ workflow watching for Header's menu_open_status is yes.

  3. 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.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.