Hello,
a few weeks ago I built a flow that gets started from a button in a PowerApp. It sends a SharePoint list item ID to the flow.
The flow reads the ID into a variable and then passes it on to actions that pull that item from SharePoint. The variable was initialized with the data type string. All was good.
Yesterday, that flow threw an error, saying that the variable of type String cannot be updated with a value of type Integer.
I don't know why that happened, since neither the PowerApp nor the Flow had been changed. OK. I changed the variable type to Integer and the flow ran fine again.
This morning, the flow failed again, this time claiming that the Integer variable cannot be updated with a String.
WHAT IS HAPPENING HERE??
Can there please be some consistency? How do I resolve this?


Report
All responses (
Answers (