Dynamically fill Execute Flow – Flow ID from column value
I’m hoping to have a Microsoft List that has a list of Flows with a button to launch the flow. I have a column where I would enter the ID of the flow to then be able to input the value dynamically into the JSON on the button column.
Then formatting the JSON on the button launch column to include the following.
I’m hoping to have a Microsoft List that has a list of Flows with a button to launch the flow. I have a column where I would enter the ID of the flow to then be able to input the value dynamically into the JSON on the button column. Then formatting the JSON on the button launch column to include the following. “customRowAction”: {“action”: “executeFlow”,”actionParams”: “{“id”: “[$FlowID]”}” FlowID being the sharepoint name of the column storing the Flow ID. When I click the button to launch I get the following error – “The provided flow name ‘[$FlowID]’ contains invalid characters.”. If I enter the ID value into the JSON then the flow triggers fine. Is this possible? What am I doing wrong? Read More