When I attempt to duplicate what was done for the rollup to extract values from the list, I am getting a rollup is not defined. I’d like to pull the unique lists of classes from the class column.
Also, I notice sometimes in the tutorials the top level collection is added and sometimes the next level down is added, and I’m not sure of the distinction. In my example, spells would sometimes be added and other times it looks like spells.data should be added. Which one do you use when? I’m wondering if I’m grabbing the wrong level here, though I did try both.
I ended up testing out the AI generator. The output it created was successful (I think). It appears to be working, though it doesn’t follow the same structure in the example documentation I linked previously.
Oh that’s an interesting observation. I manually typed it originally, though I just retested and it seems to be working this time! I’m not sure if there’s a problem with the other way of doing it or not, maybe @Joyce can say.
Hey,
if you go to the javascript version, you will see that rollup in a gray background is actually wwFormulas.rollup. We parse it and display it in a more user friendly way inside the formula version. Normally copy/pasting take care of this, but maybe at a point you add rollup instead of wwFormulas.rollup and this is why it happens