I need a flow to run, but have already created the executeaction button in a list column. The flow takes no extra parameters, so the display of the flow launch panel is an extra unnecessary step in this process and even the display of the launch panel is slow to load to screen. Is there a process for skipping the launch panel and auto starting the flow from a sharepoint button in a list?
Hi @kingfu,
Would you want to get the item ID from the other list items? Or the original list?
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
This might work. I need to be able to pass a selected item ID to the http request. Would you have an example of getting the flow to receive the item ID through this method? Thanks!
Thanks, but this method does not remove the launch panel.
Hi @kingfu,
If you want to add a button as a column item, you could refer to this link.
Or you want the button inside the list to trigger Flow, you could provide the following methods in the link:
Button-in-sharepoint-list-to-trigger-microsoft-flow
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @kingfu
You can create a Flow which triggers on http request
Then associate the url generate to call the Flow with SharePoint list column using column formatting
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly