Forum Discussion
Filou19
Mar 28, 2023Copper Contributor
Individual PowerAutomate-Workflow in SharePoint Lists online
Hello all! I have the following problem with Power Automate in relation with Sharepoint Lists online: I have created an instant cloud flow on Power Automate and selected "For a selected item"...
RobElliott
Mar 28, 2023Silver Contributor
Filou19 to trigger a flow from a selected item in a SharePoint list, add a single of text column and format it with the following JSON, changing my flow ID to yours in the actionParams line.
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "button",
"txtContent": "Run Flow",
"customRowAction": {
"action": "executeFlow",
"actionParams": "{\"id\": \"355cfb96-ddc5-4911-956c-9705f7557ee5\"}"
},
"style": {
"background-color": "#02767a",
"color": "#ffffff",
"outline": "transparent",
"border-width": "1px",
"border-style": "solid",
"border-color": "transparent",
"cursor": "pointer",
"font-size": "12px"
}
}
Rob
Los Gallardos
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)
Filou19
Mar 29, 2023Copper Contributor
Hi @RobElliot,
thanks a lot for your help! This has worked so far. Since I also want to add a planned flow for individual rows or the entire list, can you tell me how I can permanently add a planned workflow to my SharePoint list so that others without knowledge of PowerAutomate can easily add the flow behind each new row?
thanks a lot for your help! This has worked so far. Since I also want to add a planned flow for individual rows or the entire list, can you tell me how I can permanently add a planned workflow to my SharePoint list so that others without knowledge of PowerAutomate can easily add the flow behind each new row?