Hello, I’m new to Bubble, and I have a question.
Using List Pusher, I’m adding duplicate items to a custom state.
How can I remove a specific item? When I try it with Set State, it removes all the duplicate items.
Thanks
Hello, I’m new to Bubble, and I have a question.
Using List Pusher, I’m adding duplicate items to a custom state.
How can I remove a specific item? When I try it with Set State, it removes all the duplicate items.
Thanks
First, List Pusher is not for use client side. It’s a Server-Side Action (SSA). Of course you can, but you really shouldn’t due to the fact that it’s slow (due to cold start time) and it consumes WU because it runs on Bubble’s backend.
You can try various workarounds, such as those that have been explored in some solutions to @adamhholmes recent “Bubble Challenges” (search the forum here).
But I also have plugins (like those in Floppy) that can be used to construct and manipulate lists in a non set-wise manner.
This topic was automatically closed after 70 days. New replies are no longer allowed.