Multiple error tag

Hi, when I have several error tags how can I understand which card they refer to?

Hoover with the mouse over an Error tag.
The tag icon on the corresponding card becomes blue.

Thanks!

While Theo had technical given the correct answer, I add my notes here:

it is pretty useless to join several triggers/links from Errors from these Actions to One Flow part with Tags from the Errors.
That just isn’t working !!!
Assuming that every error triggers on it’s own moment, one Error TAG is filled and the others are not (undefined.).
On the joined branch of a flow that result’s in one Tag (one or the other) filled and the other Undefined. So that next action with both TAGs in fe the notification wil not work.

See the simulation with the result here:


The ANY is placed to have a virtual starting point.
Testing from that point like an error “Error1” occured turning the TV-Off

This results in an Error in creating the Timeline Notification (or any other part of a Flow that uses the Tags from the Error.). That just fails, nothing appears on your timeline.

Alternatives:

  • Create separate Error branches for every Error;
  • Create a joined Error branch without using the Tag that clarifies.
  • Create separate Error branches that put the Error in a new TAG before using a notification with that New Tag;

Note that joining multiple error’s to one branche never result in more than one Error (notification)
fe switching 10 Lights and more then one fail than (without using a TAG) only the first wil notify on the timeline, all successive failures wil go unnoticed. An (implicit) ANY wil only fire an action once.