Hello! When you call a Direct Call Rule (DCR) with Additional
Parameters, as showcased in this post, is all of this information added
to the same event details object? Meaning, if two DCRs are called at the
same time, and both DCRs pass additional information and then use that
to set eVars/props using event.detail, will each DCR set the correct
information? Or will the data in event.detail be replaced with whatever
DCR was fired last? My addon to this would be whether or not it's
possible to acc...