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 .
×
Create a free account

Getting data from a repeating section with an underscore in the name.

1563364122

Edited 1563370804
David
Sheet Author
I have a repeating section with an underscore in the name ("repeating_mp_locations") is there anyway of getting item data out of it so I can move it to another (correctly named) repeating section?  . getSectionIDs and  only returns an empty array so I can't use that.
1563394715
Jakob
Sheet Author
API Scripter
I don't think that's possible without the API. Anyway, users can only ever enter at most 1 item into such a section, so do you really need the data in there?
1563396713

Edited 1563399861
David
Sheet Author
Jakob said: I don't think that's possible without the API. Anyway, users can only ever enter at most 1 item into such a section, so do you really need the data in there? Thanks for confirming that Jakob that is what I thought :-(  It is just one item but  If I  just rename the repeating section the one item will be lost and I am sure I will get complaints that I wrecked someones campaign because that one line with 3 fields disappeared. I have a workaround in mind.