Hello Community,
I'm currently trying to create a flow that counts inventory. The hiccup I'm coming across is my script can write to an excel cell. However I'm stump on how to add an existing value to a cell. Here is more clarification.
I have a Finished product that contains 5 piece's of components. When I scan the product number, I want it to add a value to a cell for the 5 individual part break down (comp1-comp5). I have a spreadsheet that contains the 5 component items for this product and my script will fil in all the components based on how many finished goods are on the shelf. When I scan this product, my flow will say how many of this product you have. My challenge is when I scan this product again it will just over ride the cell with this value when I need it to add together to the existing value in that cell. I think there is an action that says "check cell for existing value, if blank write the new value, if not blank then add the new value to the existing value.
I'm using this to manage inventory on how many pieces we have.
Nay help would be greatly appreciated. Thanks.