Hello,

Let's imagine we have a dashboard, currently done by PowerBI but it could be any other reporting tool, and in this dashboard there is a form, in which users can enter some free texts.
Then, users are clicking on a button and the texts in the form is sent to the database and inserted in an Oracle table.
As of today, we are on a on-premise Oracle, and some data are sent to the database either via some functionality like the native PowerBi Write Back, or some custom development via PowerBi Apps and/or via some classical Ajax POST calls (sending data back to the database).

So, what would be the process to reproduce the same in Databricks?

Thanks
Vinc.