
Announcements
Ok so I am running into an issue with a choice column. I am trying to iterate though the column for different sprints.
Choice Column --> Column name: Sprint -->Column Choices: Sprint 0, Sprint 1, Sprint 2, Sprint 3
Functions I've am tried.
ForAll(Sequence (3), {
Sprint: {Value: "Sprint 0"}
}
ForAll(Sequence (3), {
Sprint: {Value: "Value"}
}
I am trying to get an output of 4 different objects put into a list. I have got the portion of 4 different objects to input into the list, but I cannot get the sprint column to output Sprint 1, Sprint 2, Sprint 3, Sprint 4 for each of the separate objects.
An example output of what I am trying to do would result in something like this.
Title : Description : Sprint 0
Title : Description : Sprint 1
Title : Description : Sprint 2
Title : Description : Sprint 3