Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not using braces will cause a fatal error in context ArrayData #395

Open
robbieaverill opened this issue Apr 29, 2019 · 0 comments
Open

Comments

@robbieaverill
Copy link
Contributor

5.1.x-dev on SS 4.3.x-dev

During a NotifyUsersWorkflowAction, if you use $Context.LinkToPendingItems rather than {$Context.LinkToPendingItems} you will get an error saying forTemplate() doesn't exist on ArrayData. Adding the braces fixes this.

Using braces is the suggested way to do it and can be seen in the help toggle area as well, but if it's that easy to cause a system error, perhaps we should handle it somehow and return a friendlier error like "Failed to parse your content message - please check your syntax, see the help area for more info" etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants