In databricks custom APP how I can retrieve Genie parameters and use it in app

Shivaprasad
Contributor

I have created a databricks custom APP and it is working. I need to pass parameters from Genie to the custom app. Can someone able to suggest on how I can achieve it. 

stbjelcevic
Databricks Employee
Databricks Employee

You can pass values between a Genie space and your Databricks App using the Genie Conversation API and by adding the Genie space as an app resource: https://docs.databricks.com/aws/en/dev-tools/databricks-apps/genie

Do you want the parameters to originate from your app’s UI (and be sent to Genie), or from a Genie conversation and then drive actions in your app?