Event Variables/Parameter
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi, it looks like we can pass down certain variables to do a Send Email in the Events configuration.
Just wondering if there are more other variables usable than the list below.
%AppName%
%Module%
%NumErrors%
%User%
%ComputerName%
%WorkingDir%
%NumErrors%
%NumConvErrors%
%Warnings%
%OutputLog%
Tried to search for related topics but the links were either archived or access denied.
I want to email also the "WizardValues" entered by the user when running with an app. Like this...
The listed variables above look great. But I want more details to help in my workflow developments. Say, what was the user's input to the app that resulted into an error instead of parsing every tool's log line by line.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @daryllj
The variables that you've listed are the only ones available. If you want to add anything else you need to push it to the %outputlog%. Use a Message tool to add custom information. When parsing the resulting file, you can then look for lines where the Tool type is Message.
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks for the advice! :) I was able to create your suggested approach and it worked like a charm. I can do either an Action-Message combo or just creating a field with %Question.Constant% then a Message tool.
