Webhook automation not working anymore

Hi folks,

Short:
Trigger: webhook
choose {{ trigger.json.Extra.ParsedResult == ‘Success’ }}, then backup success routine
else
backup failed routine with message: backup name + Parsedresult

I get the message “backup name Success”
So the message should not be triggered because Parsedresult is “Success”

This worked a long time. No it doesn’t. Even with 2022.11.4 & .3

Also another webhook automation shows the exact same behaviour

Any idea?
Trigger data (shortened): https://pastebin.com/zMszuhCx
Automation: https://pastebin.com/Kb57qbgA

greetings