Hey recently I replaced the orchestra plugin with a a JavaScript to bubble element and a few lines of code.
I’d like to do similar for the RG tools by BDK or the inputValues plugin where as you can extract values from a repeating group to an element that sits outside a repeating group.
Anyone have some code or a method to do similar without a plugin?
Just give the element(s) you need to extract values from a unique ID attribute (based on the cell index) - then just use a Run JavaScript action to extract the value for that particular element, and pass it to a JavaScriptToBubble element.
Yeah, just get all the elements by class (or iterate over the RG items and retrieve each element by ID), and ‘push’ each value to an array, which you can then pass to a JavaScript to Bubble element.