Hi @Niren Adhikary ,
Thank you for posting query in Microsoft Q&A Platform.
If I understand correctly, you want to execute multiple notebooks in pipeline. Please correct me if I am wrong.
To execute multiple notebooks, we should consider adding all of them using notebook activity. For example, If we want to run 3 different notebooks, then 3 notebook activities in pipeline.
OR
If all your notebooks are in same workspace, then you can make save all notebook paths in some file or SQL table and read them using lookup activity and then loop that notebooks names using ForEach activity and inside Foreach activity use only one notebook activity. In notebook activity under settings tab use notebook path dynamic expression and pass each notebook name for each execution.
Hope this helps.
-------------
Please consider hitting Accept Answer
button. Accepted answers help community as well.