Log Management
The Automation platform allows you to view logs across all your automations. To access the logs, click on Monitor and go through all your logs based on the automation name.
You can also sesrch for specific keywords across logs, such as errors, task name etc.
The monitor shows a list of completed and queued executions for a selected Automation that have run. At times, a search within the content (Request and Response) of an API call is needed when attempting to filter through a large set.
Dynamic tags is a new feature released in the Automation platform that allows you to insert dynamic values to be added to the name of the API being run. A Dynamic value could be any text value that is returned by a previous API which then gets added to the log. This tag is then searchable using the keyword search in the Monitor window.
There are several use cases, but mostly applicable to a common task running for different entities. For example, if you were calling Quickbooks API, you could add an Invoice ID tag. If it were scanning through emails, you could add the email ID etc.
The feature is not entirely intended to handle error handing but ease a bit of log management or searching through logs when dealing with large repetitive tasks.