I have a library. I have made a button triggered flow to get file contents from a template and create a new file in said library. How can i get this flow triggered from the library? It doesnt show up in the flow menu as it is a button flow.
My workaround is to use "for selected file" as a trigger, but i wish to avoid to have to select a file to be able to trigger it.
thanks
Proud to be a Flownaut!
Hi @FH1000
You can try using the SPFx 'Command Sets' extension to design a button to trigger the flow. Please follow the below link for creating the extension.
compareOneCommand.visible = event.selectedRows.length === 1;
You can modify the above condition and enable the button to be visible always to the library.
Hope it helps, please like it or mark it as a solution if it resolves ur clarification or issue
-Sudharsan K...
Wow! I was not aware of such functionality! At a first glance, it looks like Outlook add-ins feature
Thanx for sharing!
Proud to be a Flownaut!
User | Count |
---|---|
34 | |
15 | |
14 | |
13 | |
9 |
User | Count |
---|---|
42 | |
30 | |
26 | |
14 | |
12 |