I have my Father Row (triggers the workflow)
This row has a list of related rows
as I iterate through these related rows in the template, I need to crearte various tables, but this depends on the row values before and after the row. How would I see what the values of certain columns are in the row previous and the next row of the list?
If the Action is Add ingredient and the action before was Add ingrediant, I need to keep them together, if the step before was water or mix, I need to start a new process. New Table. I can do all this no prob, but I just need to be able to see what the values of the row before were.
Im more or less creating a batch sheet and need to group items together until a next step comes into play.
The User has Created the recipe, so they are in the order the user created the Recipe. They need to Stay in the Same order.
Trying to get this. So Looking at the row before, is the action of same type, if so keep in the same group/Table, otherwise start new table. I can do all of this.
Just need help seeing what the value of the action was of previous row