Group inside popup not responding to conditional visibility or workflow hide — always stays visible

I have a group (Group edit-appt-mileage-section) nested inside a popup (Popup edit-appointment-popupGroup edit-appointment-form) on my schedule page. I need to hide it when Current User's work_mode is studio.

What I’ve tried:

  • Conditional on the group: When Current User's work_mode is studio → This element is visible = OFF (conditional keeps reverting to OFF when I navigate away)

  • “Visible on page load” is unchecked on the group :white_check_mark:

  • Workflow: Hide element only when work_mode is studio (before and after Show Popup step)

  • Custom state on schedule page (show_mileage yes/no) — conditional shows group when state is yes, workflow sets state only when work_mode is not studio

Nothing works. The group always shows regardless. Current User’s work_mode IS correctly set to studio (confirmed via debug text element). No duplicate elements exist (confirmed via element search).

Question: Is there something specific about visibility conditionals inside popups that overrides these approaches? Is there a reliable method to conditionally show/hide a group inside a popup based on Current User data?

are you sure no spaces? maybe try contains?

but if always hidden and conditional show if When Current User's work_mode is not "studio"
it will work.