I am trying to create a hyperlink to a flow in my sharepoint list and am using the json provided in the microsoft documentation.
https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/column-formatting#create-a-button-to-launch-a-flow
Of course I changed the Id and the flow runs when I test it manually. My suspicion is that its failing because the flow trigger is manual and I may need to use a HTTP trigger.
I tried it with a field type of string and Boolean and got the same result.
Is the issue the trigger on the flow or something else I haven't considered?
Are you able to call manual flows from hyperlinks or do a need a different trigger?