Hello community,
Unfortunately, I can't solve the following problem with PowerAutomate:
I would like to read a specific cell with a single number from an Excel spreadsheet and then proceed with a condition based on that value:
If the value is greater than 0, it should be reduced by 1 and certain actions should be continued. If the value is 0, it should stay at 0 and something else should happen.
Could someone give me a hint how to do this in detail?
According to my understanding:
List Columns
Apply Filter Array to get the single value from the single cell (how exactly does the Filter Array command need to be to identify the single cell?).
Then a condition based on the FilterArray output?
About Help I would be happy!