pradeep_singh
Honored Contributor III

dbutils.notebook.run() returns only what the called notebook passes to dbutils.notebook.exit(). 

If your called notebook in the end add this 

dbutils.notebook.exit(f"{Value to return}")

 

 

Thank You
Pradeep Singh - https://www.linkedin.com/in/dbxdev

View solution in original post