i have a lookup activity in ADF which retrieves data from table like below { "count": 1, "value": [ { "Notebook_path": "/Users/[email protected]/Project/ingestion/Cust1/ADT" } ], "effectiveIntegrationRuntime": "AutoResolveIntegrationRuntime (um)", "billingReference": { "activityType": "PipelineActivity", "billableDuration": [ { "meterType": "AzureIR", "duration": 0.016666666666666666, "unit": "DIUHours" } ] }, "durationInQueue": { "integrationRuntimeQueue": 0 } }
now i want to use the Notebook_path from above results and pass it to a Notebook activity to run that particular notebook as in the output, from lookup activity.
since its in array its creating problems . would appreciate some help here .
tried a lot of things but dint help.
Thanks in Advance
@activity('Lookup1').output.value[0]['notebook_path']