This is the simplified code of what I am trying to do. I would think I would get a return of “not blank” : “blank” : “blank” : “not blank”. All I am getting is “blank”.
I agree with Ben that you probably intended to create a list. Try using this formula for Commentlinks, which will add a new value to the list with each iteration of the For loop.
Don’t you want “CommentLinks” to be a list though? With each iteration of the loop, I think your code just over-writes CommentLinks, it doesn’t add to it. I could be wrong though, it’s late