My experience site conditionally displays a flow button on our Grant record detail page. The condition is if the user is logged in, they can see and interact with flow button. I need to make it visible to guest users and logged in users. How can I do this?
#Flow #Experience Site
Jordan, if thereās no component-visibility filter, Iād check the Guest User Profile permissions and how the button itself is configured.
Since the flow already runs in System Context Without Sharing, the execution mode probably isnāt why the button is missing. Iād compare the guest userās access to the object, Apex classes (if used), and the Experience Cloud page.
Also check whether these are Dynamic Actions rather than an Experience Builder Flow component, since their visibility can be controlled separately.
As a quick test, try adding the same flow through the standard Flow component and view the page while logged out. If that works, the issue is likely with the button/action configuration rather than the flow itself.