Hey guys, I would like to add some custom CSS to a repeating group. The problem is that the repeating group has a dynamic ID attribute. How can I reference this in my HTML block? Any help in this would be greatly appreciated. Attached is the ID attribute in question.
Put an HTML block in your RG and use the same logic as you have in the ID attribute:
#Drag-taskCurrentCellsIndex { Color: Red .. etc }Yes sirrr, that did the job. Much thanks!