I have a community with a screen flow that looks up a user account.
The lookup loads ok & debugs fine while logged in as a regular SF user.
Issue I have is I can't do it as a guest user. I can search but no results. Seems like I'm missing a permission somewhere. I have a Case object set for lookup to user. the guest user has access to that.
I am currently setting up internal ticketing system and site users can select their name as Requestor.
Anything else I can check?
#Flow #Screen Flow #Non Profit Community
If it is used by internal salesforce users, then invoking the flow from an internal page or app would be much more secure than a public site/guest user.
Depending on how your users expect to access this flow, a simple one page "app" with nothing but the screen flow on the page could be launched from the App Launcher when needed.