Hi PA community,
Looking to get some help with a flow issue. I am using a PA built form this guide
Here
The flow seems to work and I am filtering on SPE_E3 licenses as recommended in the tutorial, however, when running the flow I am getting an email about every license in the environment. So instead of getting one email about E3 numbers, I get over a 50 emails all containing the same data.
Its not actually providing any information about other licenses, I feel the 'for each' in the flow is generating the email. Is there a way to set this just to one email? I have tried to figure it out, but am unable. The documentation states I should only receive one email due to the filtering.
@and(greater(item()?['prepaidUnits']?['enabled'], 1),contains(item()?['skuPartNumber'], 'SPE_E3'))
Any help greatly appreciated.
Thanks in advance!