I have created a smartassist bot and I am able to trigger a macro defined in Omnichannel but I am unable to retrieve the macro parameter passed in the adaptive card custom action. How do I use the parameter in macro?
{
"type": "Action.Submit",
"title": "Open tab",
"data": {
"MacroName": "Polly",
"MacroParameters": {
"url": "${KBlink}"
}
},