I have a group (Group edit-appt-mileage-section) nested inside a popup (Popup edit-appointment-popup → Group 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

-
Workflow: Hide element only when work_mode is studio (before and after Show Popup step)
-
Custom state on schedule page (
show_mileageyes/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?