We're Moving to a New Support Platform – Starting June 1st!

We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.

You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.

While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.

We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.

Thanks for your continued support and trust – we’re excited to bring you an even better support experience!

Okay
  Public Ticket #2620908
Zoom user dropdown
Closed

Comments

  •  1
    Dean Sauls started the conversation

    In Events the Zoom User dropdown only shows 100 accounts, and our Zoom system has 600+ users. Anyone have a fix or suggestion?

    Thank you

  • [deleted] replied

    Hello Dean,

    Thank you for your message.

    You need to edit the amelia_settings option and  in the "option_value" column, at the end of the JSON you will find the  "maxUsersCount" value, it is set now to 300. Change it to some number that will cover the number of your Zoom users . And save the change.

  •  1
    Dean Sauls replied

    I understand what I need to, but need some direction on where is the "amelia_settings option" json file?

    Once I know that I will edit the JSON file

  • [deleted] replied

    Hello Dean,

    If you need to increase it beyond this point, you can do it through the database.

    When you access your database via PHPMyAdmin (or some other tool), access wp_options table:

    6172199762.png

    It is possible that your prefix is not "wp_", but something else, so if that is the case, please look for "your_prefix_options" table.

    When you access it, you can search through the column "option_name". Search for the term "amelia_settings":

    9596326323.png

    The search will return only one row, and you need to edit it:

    3462547772.png

    In "option_value" column, search for "maxUsersCount":

    9358547228.png

    It's the last entry in this field, so no need to actually search for it.