Forum Discussion
Anonymous
3 years agoNot applicable
using Pipeline to interact with users through a user interface
Hello everyone,
I am seeking advice on whether it is possible to utilize Microsoft Fabric Pipeline for user interaction via a user interface, preferably using built-in UI components.
Specifically...
Anonymous
3 years agoNot applicable
Anonymous Thanks for posting your question in Microsoft Fabric Community
Have you looked into dataflow gen2? Pipelines can be used to further orchestrate dataflow gen2.
You can also achieve this via notebooks if you’re looking for more flexibility in parameterization. Since pipelines is for orchestrating data processes, it is not a good idea to pass excel file data as a parameter to the notebook via notebook activity.
Instead, pass the path of the Excel file in one lake/ LH to the notebook.
I hope this information helps