I have implemented a resource query called “createFoo”, which uses an api rest to create new registers. The body (and in the url) is using the “newRows” property of the “table” component:
This “createFoo” resource is behaving oddly because it is not yet configured for use anywhere in the application, but “createFoo” is being invoked automatically by Retool when a change is detected in any cell in any row of the table “table1”.
I think this behavior could be a bug, any idea how to fix not launching “createFoo” automatically when columns are being edited?
Yes, I can confirm that the Run Behaviour is set to "Manual", but also take into account that no new row it is being created, so supposedly it shouldn't be launched even having a dependent variable. I am quite sure that in the application there is no invocation to "createFoo".