Troubleshooting

Here are the most common errors when adding a flow with Avonni components inside.

Avonni Components Access

You do not have the level of access necessary error

You'll see this error message on a flow in Experience Cloud if the user doesn't have permission to run it. Make sure that users with the selected profile either have general flow permissions or that their profile is specifically listed as being able to access this flow.

You don't have access to this Avonni Component error

This error happens when either:

  • The affected user doesn't have the necessary permission set assigned to them.

  • The selected user doesn't have a license assigned to them.

To fix this, you can add a license to the user by going to the Installed Packages page in Salesforce Setup and then clicking Manage Licenses.

Flow and Avonni Components are Visible, but No Data

If you see the flow and Avonni Components on your page, but the components are empty (no data is displayed), it's usually a permissions issue.

Check these two things:

  1. Object and Field Permissions: Make sure the users experiencing the issue have at least "Read" access to the object and fields you're trying to display in the Avonni Components.

  2. Apex Class Access: Check the affected user's profile to ensure they have access to the necessary Avonni Apex classes. If not:

    • Go to the profile settings.

    • Search for "Avonni Components (avcmpbuilder)" APEX classes.

    • Add those classes to the profile

Last updated