Hello,
I am trying to update the Business Process Flow Active Stage using Flow. The flow will be triggered when a particular field is updated. The Active Stage will be the same for each record that this flow picks up, so that piece of the puzzle can be static. I was able to find the row and field needed to update dynamically, but flow is throwing an error when i provide the Active Stage ID i want to update it to.
I need to update the Active Stage to "Discover". Here is the output that i assume i need to use from the List Rows step:
"_activestageid_value@OData.Community.Display.V1.FormattedValue": "Discover",
"_activestageid_value@Microsoft.Dynamics.CRM.associatednavigationproperty": "activestageid",
"_activestageid_value@Microsoft.Dynamics.CRM.lookuplogicalname": "processstage",
"_activestageid_value@odata.type": "#Guid",
"_activestageid_value": "75e1972e-639f-409e-a241-3896b3285263"
I tried Discover & 75e1972e-639f-409e-a241-3896b3285263, but both throw the following error.
ERROR: Resource not found for the segment '71624d8b-ec70-4676-8d78-691526bd998a'.
Any suggestions? I assume whatever value i put in any of the Update a Row step will update those fields to the provided value, correct?
