Hi TeamI have a use case where Schema Recipient has a attribute named JsonResponse (example below){"employee": {"name": "sonoo","salary": 56000,"age": 30}}I want to call employee.name directly within delivery without using JS activity in between, how can I achieve it ?Solution I tried:1. Created a w...