Agent BUI - Trigger Action from Workspace rules
Summary
I want to trigger multiple actions from a BUI workspace via the rules but i keep getting a console errorContent
Hi everybody,
I'm running into some problems and i can't figure out what is wrong. My usecase is that is want to mimic the RuleActionInvoked(string ActionName) from a C# addin into the BUI JavaScript add-in.
I have a couple of rules that fire when the editor loads some value is send to the addin. In the C# add-in the value would be captures by the RuleActionInvoked function and based on the value another function is triggered.
I'm trying to copy that behavior in the BUI JavaScript add-in but i keep getting an error in the browser console.
0