I have a Databricks activity in ADF and I pass the output with the below code:
dbutils.notebook.exit(message_json)

Now, I want to use this output for the next Databrick activity.

As my search, I think add the last output into base parameters in the second activity. Am I right?

and other questions, How can I use this output inside the Databrick notebook?