How can I reference execution link properties?
I notice execution links can be named and also have a UniqueID property. Is there any way I can reference either the name or unique ID of an execution link in my automations?
I spend a lot of time writing custom error messages in my automations to log in my robotic activities. For example, "divMenu was not created in automation WEB_P_NavigateHome." Even though the messages are a clearly written, they're ultimately not much help in debugging as I still have to find the automation and back track through the code to see why the automation may have failed.
Since I have to open the automation anyway, it seems like it'd be more useful and time saving if I could log the name or unique ID of the last execution link. I could search my project for the execution link and find the exact point where the automation failed.