We appreciate your innovative approach to using the plugin with Xano API and avoiding the Bubble database.
Please do keep us informed about your use case and the solutions you implement. We’re very interested in how our users creatively apply our plugins to their unique scenarios.
If any other questions or needs arise related to the plugin, don’t hesitate to get in touch. We’re always here and happy to assist.
Hello @befi ,
Thank you for your interest in our plugins.
The “refresh” happens due to the fact that on our page in the workflow, there is a loading element, we have added them since we have a large workflow, and the plugin needs more time to properly initialize and complete all actions. You can create your workflow without the load element if you don’t need the waiting time in between actions.
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.
Below are a few tips to help you when customizing the plugin:
Steps to Set Up the Flow:
Create a Custom State:
Set up a custom state (e.g., isDragging) on the element or on the page. This state will be used to track whether the dragging has started or not.
For example: isDragging (Boolean, default value = no).
Trigger the Drag Start:
In the workflow, when the drag starts, you want to change this custom state to yes (indicating that the element is being dragged).
Action: Element -> Set State -> isDragging = yes.
Change the Element’s Visibility:
Use the isDragging custom state to dynamically adjust the element’s size.
For example, when the isDragging state is yes, you can conditionally apply a smaller size to the element.
You can do this by setting conditional formatting on the element (e.g., When isDragging is yes, set width/height to 80%).
Add a Drag Event:
Use the drag event (provided by the Drag & Drop plugin) to trigger the workflow when dragging begins or ends.
When the drag ends, you can reset the isDragging state back to no, which will then reset the element’s size to its original state.
Example Workflow:
Start Dragging:
Action: Element -> Set State -> isDragging = yes.
Action: Change element’s size (e.g., decrease width or height by a percentage).
Stop Dragging (when drag ends):
Action: Element -> Set State -> isDragging = no.
Action: Reset element’s size to original dimensions.
The information we have sent you is only advice that may help you, but you are not obliged to follow it.
We do not help with customizing the plugin, there is documentation and a demo page for that. The Bubble community is very large, and we are sure you will be able to find the answer to your question by searching the Bubble forum or creating a separate thread with the question.
Running into a bug. When I have 0 items in the repeating group, and then I add one to the list, I get two items show up underneath the RG item saying “Drop Element” underneath the item.
Anyone else experienced this or know what’s going on?
Hi @simon.peacock,
Thank you for reaching out and for using our products.
We’re delighted to hear that everything is now working well. Please don’t hesitate to reach out if you need further help or assistance – we’re always happy to support you.
If you’re enjoying our plugin, we’d be so grateful if you could take a moment to rate it! You can head to the Plugins tab in the Bubble editor, search for the plugin by name, and leave the stars you think it deserves. Your feedback truly motivates us to keep improving.