AMTrigger.Table
Syntax
%AMTrigger.Table%
Trigger/Condition Supported
Type
String
Description
Returns the name of the table that was originally monitored to cause the task to trigger.
Example
NOTE:
- Copy and paste the sample AML code below directly into the Task Builder Steps Panel.
- To successfully run the sample code, update parameters containing user credentials, files, file paths, or other information specific to the task to match your environment.
This example displays the message "The table that was monitored - %AMTrigger.Table%" in a dialog.
Copy
<AMSHOWDIALOG WINDOWTITLE="Database Trigger Return Value">The table that was monitored - %AMTrigger.Table%</AMSHOWDIALOG>