Hi @Anonymous, if your approval is based on a new item in a SharePoint list/library then you could add a new column for a button and trigger the flow manually that way.


The JSON code to format the button is:
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "button",
"txtContent": "Send for Approval",
"customRowAction": {
"action": "executeFlow",
"actionParams": "{\"id\": \"a66b6812-c8fa-40fa-8ede-9240c168b8a5\"}"
}
}
Rob
Los Gallardos
If I've answered your question or solved your problem, please mark this question as answered. This helps others who have the same question find a solution quickly via the forum search. If you liked my response, please consider giving it a thumbs up. Thanks.