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

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

These are the parameters for notebook2


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.