Recent content by E9-Tech

  1. E

    PowerAutomate Count If Greater then 0

    I think I answered my question...:eek: if(greater(item()?['Days'], 0),1, 0)
  2. E

    PowerAutomate Count If Greater then 0

    I need the correct formula to count the items from a Get items, I need to count those records where Days is greater than 0. I have a variable TotCount with the he expression: if(greater(item()?['Days'], 0), 0, 1) The above code always returns 0, below are a few example of what I need: Days...
Top Bottom