I have an Excel table with 3 columns - Index, Quote, and Display Turn. I'm trying to create a flow that sends the 'Quote' of the day via email to staff. The index column are numbers 1 through 184, quote column contains the quotes and display turn contains yes or no. My thinking is that all rows in 'Display Turn' are set to 'no' except one and then to update the next row in the column to yes and the current to no at the end of the flow process. I can get everything to work except updating the next row to 'no'. Below are pics of my flow. Initially, I was thinking if there was a way to get the Index and increment it by one to update the next row that would solve my problem, but I don't know how to do that. Basically, I'm missing the last step (e.g., updating the next row) because I can't figure out how to do it. Note: if there is a better way, I'm all for it.