Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×

Adding to a repeating section using the API

Hello, I'm writing an API script that I want to add some entries to a repeating section on a character sheet. From what I could gather from older topics it should definitely be possible, but it's not at all clear to me how I should go about it. Should it be done simply through createObj("attribute", {object} )? If so, what exactly is {object} supposed to look like to make roll20 know that it belongs in the repeating section?
1616646440
timmaugh
Roll20 Production Team
API Scripter
Try the information at this link to see if it gets you where you need to be.
I see. That helps, thanks!