• Adam Podraza
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
Hello all.

I am trying to display sales dashboards on a community page to the public.

As of right now, the community is open to the public but the dashboards only show if the user is logged in.

How can I allow the guest user profile to access dashboards?

Thanks in advance.
Hi all.

We are using an email input component on a screen flow. The email component has some validation but in order to avoid errors we want to add an additional rule.

Today one of our partners was able to post their email as "email@gmail". The validation didn't catch this invalid email. I tried using the component and it catches "email@gmail." or "email@".

How can I add a regular expression or other form of validation to catch an invalid email like "email@gmail"?

Thanks in advance.