Just as it sounds. The portion of my flow that seems broken is:
Get a Row > Run a condition > set a variable called taskID
Last week, my taskID would pull in just fine:
However, now it seems that a .0 is being appended to the values despite there being no .0 in excel. I also tried changing the data type to "number" and removed the .0 that resulted, but we still have the appended .0 in power automate:
Nothing changed in the data set from excel, so I'm a bit confused. I suppose I could maybe add a compose action to remove the .0 if it's there, but it seems like something changed over the weekend that is now appending this zero. Any ideas?
***UPDATE***
It looks like the break is happening when the "Update a Row" action writes the taskID to excel, see attached. So I guess the question at this point is whether the "Update a Row" action output is coming from excel or if it's something I can tweak within power automate.