
Hello everyone.
I started recently to use Power Automate. My first flow should get stock data from an excel worksheet and separe the items in four lists, comparing actual levels of stock with our safety margin.
I used an apply to each to look at every row and see if a certain item would be in any of the four situations. I'm testing one by one. The first one worked pretty fine, but in the second one, this error apperead.
I don't know why this is happening, since the expressions conditions are the same from the situation that worked.
Does any one have a hint on me?
Thanks,
RPortella
Hi @Anonymous,
I see in your screenshot that you are using int functions in the last two condition rows. I would say your data probably contains values which cannot be converted to integers. Can you share what type of expression you are using in those two condition rows?