Hello,
So I googled this but I am having trouble following what people are saying, and perhaps it's a bit dated. I am building a flow to keep tabs on our O365 licenses for when they get to 0, we know to order more. However there are a lot of licenses so I want to filter out the array. I can do one license easily enough, by doing Advanced mode, and I do as follows :
@And(greater(item()?['prepaidUnits']?['enabled'], 1),contains(item()?['skuPartNumber'], 'DESKLESSPACK'))
However, I want to filter for DESKLESSPACK, STANDARDPACK, and ENTERPRISEPACK for the SkuPartnumber to keep tabs on those 3 licenses, how can I add in the other two here? Not sure on the syntax, thanks.