I have three notebooks: Notebook-1, Notebook-2, and Notebook-3, with a workflow dependency sequence of 1 -> 2 -> 3.
Notebook-1 dynamically receives parameters, such as entity-1 and entity-2.
Since these parameters change with each run, how can I pass them from Notebook-1 to Notebook-2 and then from Notebook-2 to Notebook-3 for each execution?
I attempted to call Notebook-2 from Notebook-1, but this only creates nesting and doesn't solve the issue.