2/7/2025 6:37 AM | |
Joined: 12/13/2024 Last visit: 4/17/2025 Posts: 14 Rating:
|
Moin, is it possible to trigger on multiple Task and then get the information in the script which Tag was triggered? LG |
2/7/2025 6:55 AM | |
Joined: 1/21/2013 Last visit: 4/18/2025 Posts: 3764 Rating:
|
Hi, Beginning with V19, Update 2, the triggerDataSet parameter is available within tag-triggered script functions. This allows direct access to the date for the tags configured as triggers. For multiple triggers, you must parse the data and look for the HasChanged attribute. Kind regards |
This contribution was helpful to
1 thankful Users |
2/7/2025 4:19 PM | |
Joined: 1/21/2013 Last visit: 4/18/2025 Posts: 3764 Rating:
|
Hi, As with any JavaScript code, you can use the try...catch statement. In the catch block, you can use the Trace method to write an error message to the trace log. Kind regards |
This contribution was helpful to
1 thankful Users |
Follow us on