Anyone have a suggestion for this challenge? The “executionID” format and the URL path for scenario logs has changed from Integromat to Make.
In the Integromat days, we were allowed to access the “executionID” variable from within a scenario. This value could be parsed to create an HTML link that would direct someone to the execution log in Make.com for a specific run. I used this technique as part of error notifications to help isolate where/when an issue occurred.
Format of Integromat executionID: #######-#############-#
The first 7 digits was the scenario ID, the next series of digits was the log ID, and I believe the last was the cycle.
Format of Integromat scenario logs: https://integromat.com/scenario/#######/log/#######-#############-#
In Make, this has changed and the execution ID does not have enough info to parse a URL; it is only a series of letters and numbers, which I assume is a unique key for the execution.
Is there any other way to get the Team ID and scenario ID automatically within a scenario so that the URL can be created?
Format of Make scenario logs: https://us1.make.com//scenarios//logs/
Thanks in advance!