Got it to work - thank you!
Iâd also like to implement a loading spinner while Algoliaâs grabbing new values (as the user clicks around a taxonomy of templates into various categories, topics, and sub-topics it can take a second or two to retrieve a new list of template values). How can I achieve this? Itâs not clear to me what the âIs Loading?â workflow action actually does or how it behaves and I donât see an attribute that indicates loading.
Also, getting a few runtime errors:

Any idea what causes these?
Thank you!
Hey,
Thank you for your reply.
Please note that we provide general support for our plugins and do not offer consultancy or customization services.
We recommend reviewing the demo page for workflow examples and carefully reading the supporting documentation for successful plugin integration.
If youâre looking for a team to assist with customization , you can consider hiring Zeroqode. By sharing your project details and budget, one of our project managers will get back to you with an estimate.
Best Regards,
Zeroqode Support Team
Browse all Zeroqode Plugins for Bubble

You canât explain how your plugin works? The documentation for this is pretty unclear re: how âIs Loading?â actually worksâŚdoes it trigger when it starts loading? When itâs done loading? If itâs one or the other, is there a way to determine the opposite (i.e. - if it triggers when it starts loading, how do I know when itâs done)?
Whatâs up with the errors shown? Thatâs a plugin issueâŚ
Hey @2706mason ,
Thank you for your reply.
We donât help with plugin customisation if everything works as it should on our demo page.
Let us try to help you with the errors you encountered above, namely the 2 screenshots you attached.
Please provide us with this information so that we can help you better:
Can you check if the plugin returns at least some data, to make sure the settings are correct? Also, can you confirm if the latest version of the plugin is installed?
Have a nice day!
Best Regards,
Zeroqode Support Team
Browse all Zeroqode Plugins for Bubble

The plugin is returning data, but I get the following error whenever I switch filters on the plugin via conditionals:

Here are the conditionals:
I donât use the âAlgolia Refresh a Algolia Simple Searchâ action in any of my workflows.
I am on version 3.72.0 of the plugin.
Hi @2706mason ,
Thanks for your message!
It seems that the error youâre encountering may be related to the way the plugin is interacting with conditionals in your app. Even though youâre not directly using the âAlgolia Refresh a Algolia Simple Searchâ action in your workflows, the plugin may still be triggered as part of a background operation when the filters change. This can sometimes cause unexpected behavior, especially if the action is referencing an undefined value or trying to clear a cache that isnât set.
Here are a few general steps to troubleshoot the issue:
- Check your conditionals: Make sure that the conditions triggering the filters are properly set. If any condition refers to an undefined or empty value, it could result in the error youâre seeing. Double-check the data source and ensure the conditionals are targeting the correct values.
- Review plugin settings: Ensure that all necessary fields and settings in the Algolia Search plugin are properly configured. This includes ensuring that the indices and API keys are set up correctly in the plugin settings.
- Use a fallback for undefined values: In cases where a field might be undefined (like a null or empty value), you can add a fallback or default value in your conditionals to prevent the error.
- Test in isolation: If possible, try simplifying the workflow or isolating the plugin action to see if the error still occurs. This can help pinpoint the exact cause.
Looking forward to your reply. 
Best regards,
Support Team
Browse all Zeroqode Plugins for Bubble
