Hi!
I'm trying to add an layout on my datalist template.
I want to check what kind of column every field is, så that i can apply an html tag to each.
Without using the <!--@LoopStart(Row)--> rather than the Rows loop
<!--@LoopStart(Rows)-->
<!--@Row.Value(AccessUserEmail)-->
<!--@Row.Value(AccessUserName)-->
<!--@LoopEnd(Rows)-->
Is that possible?