call job parameter in notebook

Hritik_Moon
Databricks Partner

Notebook1 as a list output (d_list) and stored in a taskValue

N1.png

I have provided this as input to a loop for notebook 2

loopInput.png

These are the parameters for notebook2

N2.png

 

job.png

 

How do I get the value of the parameters file_name and file_format inside notebook2?

when I try print(file_name) it gives error file_name is not defined.