Hi all,
I'm using following JSON to format a column in SharePoint list and a create a button from in to trigger a Flow for the selected item:
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json",
"elmType": "button",
"customRowAction": {
"action": "executeFlow",
"actionParams": "{\"id\": \"5849426e-1596-4b40-8f4f-533cc440f7fd\"}"
},
"attributes": {
"class": "ms-fontColor-themePrimary ms-fontColor-themeDarker--hover"
},
"style": {
"border": "none",
"background-color": "white",
"color": "blue",
"cursor": "pointer"
},
"children": [
{
"elmType": "span",
"attributes": {
"iconName": "WordLogo"
},
"style": {
"padding-right": "6px"
}
},
{
"elmType": "span",
"txtContent": "Fill Word"
}
]
}
I wonder if there is a way, using the code above, to run a Flow which is in non default environment?
Probably by using another parameter after "actionParams"?
Thanks,
Jan
Solved! Go to Solution.
Hi Jan,
not sure if this topic is still of interests for you. I had the same challange. I found a solution for that. To get the valid Worklflow ID for a flow sitting in a different environment, just click on export function within flow details (Export -> Get Flow Identifier). Here you can receive the flowidentifier including the environment-id. For my case "v1/ENVIRONMET-ID/FLOW-ID".
Hope it helps,
Regards,
Dirk
Hi @xsomej ,
Thank you for your sharing.
But it seems that adding attributes is not working.
The basis for this Flow build is For a selected item, which is only available in Flow option of SharePoint list when it is created in default environment.
So I am afraid there is no suitable way to achieve the requirements.
Best Regards,
Hi Jan,
not sure if this topic is still of interests for you. I had the same challange. I found a solution for that. To get the valid Worklflow ID for a flow sitting in a different environment, just click on export function within flow details (Export -> Get Flow Identifier). Here you can receive the flowidentifier including the environment-id. For my case "v1/ENVIRONMET-ID/FLOW-ID".
Hope it helps,
Regards,
Dirk
Legend !!! works a treat 🙂
I confirm it works for me too. Many thanks for this tip!
Many thanks for this tip!
User | Count |
---|---|
89 | |
37 | |
26 | |
13 | |
12 |
User | Count |
---|---|
128 | |
53 | |
38 | |
26 | |
21 |