microsoft / microsoft/Dynamics365-Apps-Samples
Passing Macroparamaters to Macro | SmartAssist
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 184
- Forks
- 240
- PR merge metrics
- No merged PRs in 30d
Description
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}"
}
},
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is identified. Start by reproducing the SmartAssist adaptive-card custom action and tracing how MacroParameters are passed to the Omnichannel macro. Done means documenting or implementing a verified way to retrieve the url parameter in the Polly macro.
Written by the indexing model from the issue text.
Assessment
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100