How to debug a data element value in console which captures error value on direct call rule? Adobe launch
In adobe launch the developer has created a rule and used console.log("pageError", event.detail); in custom code section and have used evar9 set as %event.detail.formName%:%event.detail.errorText% under variables. This rule triggers in a direct call rule events. How to debug and see this in console?
I expect something like checking direct call rule _satellite.track("error-page") or datalayer check in console which I can debug and check in web console