You can edit and use the example below as you wish.
dictionary = {'status': True, 'message':{'battery':35, 'otherfield': 1983}, 'umut':'wing'}
custom_col = ('message','battery')
return reduce(lambda d, key: d.get(key, None) if isinstance(d, dict) else None, custom_col, dictionary)
You have examined the knowledge base in detail, but if you cannot find the information you need,
Create a Support Ticket