using custom connector in power apps to insert and read data from power apps to databricks table.
in one screen by entering values in text box on submit button click inserting data into databricks table. After clicking on submit button, a pop displayed data inserted and redirect to another screen. in this screen having data preview table to show the inserted record.
how to show the record in this screen, when move from screen1 on submit button click to screen2.
if using sql table, Refresh(table1) is working, but how to achieve this using custom connector.
it will be very thankful for having the solution.