From the error, it looks like there is an issue with the way the filter is being applied.
Try using the following filter:
.eq("user_id", SupabaseAuth A's User ID:lowercase:formatted as JSON-safe)
.not("brand_name", "in", [RepeatingGroup_Collab's [SB] selected_brands:each item:lowercase:formatted as JSON-safe])
Ensure that you’re passing an array (like the one you’re creating from your repeating group) and the values are properly formatted as JSON-safe.
Additionally, verify that the field brand_name contains valid data for comparison.
this is what i have in the table, so the expected action from that previous test would be all the red box entries to be deleted with the DELETE action:
I have a quick question regarding the Supabase Pro Kit plugin for Bubble. I’m currently working with the Bubble Native Mobile environment, and I’ve noticed that some of the plugin’s functionalities seem to work only on the web version of the app.
Could you please clarify:
Are there any plans to make the plugin compatible with Bubble’s native mobile environment?
If so, is there an estimated timeline for this support?
steven.h.liu.1,
We would greatly appreciate it if you could follow these steps, as they will help us better understand the root of the problem:
Print out a text element on your page with the following content: RepeatingGroup_Collab's [SB] selected_brands:each item:lowercase:formatted as JSON-safe. This will allow us to see what value is being passed into your filter.
Test with hardcoded values: Try executing the workflow with hardcoded values, for example: .not("brand_name", "in", ['Instagram', 'samsung']). This will help us check if the values are being encoded correctly in the URL when passed manually.
Provide screenshots of the debug_mode output and include the full text of any errors you’re encountering. This will give us more context and help us identify the issue.
If possible, please record a detailed Loom video that includes the steps above and send it to us.
Looking forward to your response!
mibbebr,
Thank you for your interest in a mobile version of this plugin.
With each new user inquiring about it, there is a higher incentive for its development.
Print out a text element on your page with the following content: RepeatingGroup_Collab's [SB] selected_brands:each item:lowercase:formatted as JSON-safe. This will allow us to see what value is being passed into your filter.
"instagram", "samsung" are what’s inside the repeated group. The entire filter syntax being sent (without the bubble dynamics) are:
Test with hardcoded values: Try executing the workflow with hardcoded values, for example: .not("brand_name", "in", ['Instagram', 'samsung']). This will help us check if the values are being encoded correctly in the URL when passed manually.
Tried this. Same error.
Provide screenshots of the debug_mode output and include the full text of any errors you’re encountering. This will give us more context and help us identify the issue.
If possible , please record a detailed Loom video that includes the steps above and send it to us.
Sending you a video via DM, including the Supabase error log