Hi Community,
I want to apply a subject filter with wildcard characters, I have tried the below expression.
@startswith(triggerOutputs()?['body/subject'], 'Doc*')
It is taking the 'Doc*' as a string value and not taking '*' as a wildcard character.
Is there any expression available for wildcard matching in Power Automate flow?
Thanks,
@Anonymous