Hello,
having a long flow that uses "When a (Sharepoint) Item is created" of List A as trigger, I needed to change a sharepoint column "Product" in that list from "Choice" to "Text"(single line).
Now, when a new item is created in that list, the flow fails immediately with the error
'The API operation 'GetOnNewItems' requires the property 'body/value/0/Product' to be of type 'Object' but is of type 'String'.'

I understand where the error is coming from, but is there a way to update the flow using the updated schema?
I hesitate to created the whole flow from scratch, just want to make it pull the updated column information.
thanks
Stefan