Forum Discussion
Hi, telpochyaotl.
As of version 9.14, there is a FreeMarker variable called "activity.results." This variable contains keys related to both user and message events. For instance, after updating a user's settings, you can check the activity.results variable like so:
<#if activity.results.name.UserUpdated??> Success! Your settings have been updated. </#if>
Hope that helps!
Edit: I originally gave the wrong information in this reply, but have edited this post to correct the error.
Hi!
Sorry it took me so long to get back to this.
I am running 9.15.0, according to ${application.version.numbrer}
I tried the code you offered but
activity.results.UserUpdated
is always undefined... I figure it may be a diferent method name or attribute that I need to use. I've tried a few, but I'm blindly trying... Is there any way to explore the methods or properties available for activity and activity.results?
This seems to be exactly what I need but I have not been able to make it work...
Thanks!
Related Content
- 12 years ago
- 10 years ago