how do i get the result of a list as a “code Block”?
When the value is written in a code block on the Node BB Style, it works,
but i need the cell range variable. I can get these from list and combine them, but the result is not able to the node “CellRange” (Var).
You don’t need List.Flatten since you already have a single string object. However, the issue with your string is the semi-colon at the end. You’ve included a ";" in your string but in a code block that’s just the line end. It’s not part of the string.