This PR brings the existing expressions up to speed with the more recent addition of the Push function in Arcade. Iteratively creating a dict no longer needs to rely on the earlier method of var i = 0... do something... i++.
Also brings a recent addition to the dashboard data expressions up to the same formatting and filtype conventions and includes a picture.
This PR brings the existing expressions up to speed with the more recent addition of the Push function in Arcade. Iteratively creating a dict no longer needs to rely on the earlier method of
var i = 0... do something... i++
.Also brings a recent addition to the dashboard data expressions up to the same formatting and filtype conventions and includes a picture.