Emmanuel asked to post our question on the forum.
Our post:
"We have several problems with the plugin, which did not work out at the bubles forum.
The sql connector calls the stored procedure on mysql, the incoming parameter is passed, the test values in the plugin itself are processed correctly. The query is used as a value, but when calling the query in bubble (I add it via an external API, and I select the name of the required query) sql connector does not see the outgoing parameter from the procedure, that is, the query result. At the same time, on the mysql side, the stored procedure executes correctly and the result returns. Tell me, please, what could be the reason."
As I said before - Sql connector does not see the result of executing the stored procedure. The stored procedure is “call offer_id (?);”
Example: Id_offer = insert_offer(More…)
Inside, in theory, there should be: " ‘s id_offer_bub_proc"
We also posted an example application: https://bubble.io/page?type=page&name=example&id=example-sql&tab=tabs-2
All accesses have been given.
I attached screenshots.