I have read the “Per Item Calculations” page, but seems like it does not work in that way. I am working on an online quiz, and I need to show the result of the current single player with 4 fields. However, the table show all data, is there anyway to fix it? BTW, is it possible to mutate the length of a line based on the value of the result?
The error might be caused by the query part, but I could not figure out a way to fix it. Basically, it just need to show the associated four fields.
Hello axychen.
I think you have error in 53 line.
result.items.map returns array of objects. (not a promise so you can’t chain it like you do in example)