Idea Summary
We use this JavaScript code a lot to get data attribute values from triggering element.
apex.item("P0_V1").setValue(this.triggeringElement.dataset.bm_order_seq);
In the “Set Value” action, it would be cool to have a new “Set Type” : Data Attribute (from triggering element) to be able to do the same thing declaratively.
