@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! ![]()
I haven’t fully figured this out yet either, technically a single component should be enough.
Why did you add the Select? Remove it!!! ![]()
(The select executes a query, it’s not used to set the table.)
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 ![]()
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
oding!
Edit:
Unfortunately, it’s only our fault
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.
Good day for you too!
Thank you for your precious time, I really appreciate it!




