Is it possible to add a CodeAction
to the declarative .dialog file somehow? Or what is the current way of calling custom code from a trigger action?
Asked
Active
Viewed 82 times
0

Zoltan Hernyak
- 989
- 1
- 14
- 35
1 Answers
1
There is no way to use code actions with declarative dialogs. You'll have export the runtime and follow these instructions: https://learn.microsoft.com/composer/how-to-add-custom-action

Kyle Delaney
- 11,616
- 6
- 39
- 66
-
Thanks. Is there any chance in the future it will be available? – Zoltan Hernyak Apr 26 '21 at 17:35
-
I seriously doubt it. How could you put the code in a JSON file? – Kyle Delaney Apr 26 '21 at 20:06