I have a card having buttons and on click on button, It is switching the tab and in url I have context having subEntityId. But I am not able to get subEntityId in context. Below is my JSON:
"content": {
"title": "Test Button",
"text": "Test Button",
"buttons": [
{
"type": "openUrl",
"title": "Edit",
"value": "https://teams.microsoft.com/_#/tab::4f09546f-4adb-4395-87ec-86378e31fe72/Test?threadId=19:47f98dafd1924912bc65d9fca24703fe@thread.tacv2&ctx=channel&action=EditDeal&itemId=341708&context=%7B%22subEntityId%22%3A341708%2C%22action%22%3A%22EditDeal%22%7D"
}
]
}
Can you please help me to find out the cause of this?