Access a field from incoming webhook Zoho Flow

Access a field from incoming webhook Zoho Flow

I would like to further process an incoming webhook in zoho flow. 

How can I access a field in the script / custom function.

I tried this in many variations but not working:

exfield=${webhookTrigger.payload.AnalyseErgebnis};

I would be very grateful if someone could give me a tip.