Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • {{schedule[i].team}} or {{schedules[j][i].team}} should work Commented Mar 19, 2020 at 16:08
  • it would be a bit more helpful if you shared a snippet of what was in schedules and weeks Commented Mar 19, 2020 at 16:12
  • Appreciate your feedback. I've gone ahead and sent a snippet of that data to the images above. Essentially they are both arrays, weeks is an array of 10 dates. Schedules is a table containing rows for each team's matches on a given date. Commented Mar 19, 2020 at 16:42
  • I agree that schedules[j][i].team should work. I cannot get this to iterate however. The template option just repeats everything in one cell. Commented Mar 19, 2020 at 16:52