The value property returns an array. You can use a Filter Array action for this to check the displayName. Place that action before the condition action.
In the from of the Filter Array action use
outputs('HTTP')['body']['value']
In the filter use:
item()['displayName']
contains sys_lic_
In your condition remove the current check and add the below instead:
length(body('Filter_array'))
is greater than 0
Happy to help out 😁
I share more #PowerAutomate and #SharePointOnline content on my Blog, Bluesky profile or Youtube Channel
Your value is probably nested within a property with the body of the HTTP outputs. Can you share an example (screenshot) of the outputs of the HTTP action?
This way we can suggest an expression for your condition action.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.