Hiya, I'm making a custom sheet for my homebrew rule set. The rules involve rolling a dice pool with values from a skill and an attribute. So if you have a skill of 3 and an attribute of 2, you'd roll 5 dice. I have a repeating section for my skills since I don't want to list them all on the character sheet. The players fill in the name of the skill and their values. I'm trying to make a talent section so players can easily roll dice. I'd like the players to choose which skills and attributes are rolled with the talents and for the roll button to roll those two skills together. I think I might be able to accomplish this with a dropdown, but only if it can populate from the repeating skill section Ideal Example: A player wants to use their Rallying Cry talent. The check involves their Communication skill and Charisma. While building the talent block, they'd choose "Communication" from the first dropdown and "Charisma" from the second. Their communication value is 3 and their charisma value is 2. When they click Roll, it will roll 5 dice. Is this possible?