Supabase Problem

@RaYzZz Retrieve Rows is what sets AND selects the tables for each components. And I only need to do it once because I’m using a separate component for each table.


In my opinion, you can solve it simply by adding a .SetTable before .Insert.

Try! :blush:

I haven’t fully figured this out yet either, technically a single component should be enough.

Just tried it and it gives the same error:


Why did you add the Select? Remove it!!! :rofl:

(The select executes a query, it’s not used to set the table.)

1 Like

Daaaang. It actually worked!

Thank you so much man.

Setting the table right before the insert and without the “select” block made it work.

Not sure why did the “select” block make an issue or why do I have to set the table each time, but it worked lol.

Great :partying_face:

I still reported the issue to the developers, explaining that a more descriptive error would be better.

Anyway, I’m happy about it and I wish you a good day!

Happy :kodular:oding!

Edit:

Unfortunately, it’s only our fault :grin: the documentation was clear in specifying that it must be set on every operation.

Maybe it would have been better to include a green setter block where you only set it when needed, but if they implemented it that way there must be a reason.

1 Like

Good day for you too!
Thank you for your precious time, I really appreciate it!

1 Like