Howto change choose group of actions

Hi,
I’m receiveng error from check home assistant configuration action on choose syntax; anyone can say me howto to change this:

Choose is used in automations and scripts. So it will be an error in one of those.

Post the error message mentioning choose.

ERROR:homeassistant.config:Invalid config for [script]: Service does not match format . for dictionary value
@ data[‘sequence’][3][‘choose’][0][‘sequence’][1][‘choose’][0][‘sequence’][2][‘service’]. Got None. (See ?, line ?).
ERROR:homeassistant:Error doing job: Task exception was never retrieved

Review your more complex automations that contain nested choose statements. The error message is referring to a service call in a choose that is within another choose.