Louis_Frolio
Databricks Employee
Databricks Employee

To access each item of the iteration within the notebook of the second task in your Databricks workflow, you need to utilize the parameterization feature of the For Each task. Instead of trying to retrieve the entire list using dbutils.jobs.taskValues.get, you should configure the For Each task to pass individual items of the Input_List to each iteration as parameters.