I have this struct after I dump it like this:
<cfdump var="#currentInfo.answers#">
How can I access the value inside the LIST?
I need to compare that value with another variable in the future to allow me to do certain operations.

I have this struct after I dump it like this:
<cfdump var="#currentInfo.answers#">
How can I access the value inside the LIST?
I need to compare that value with another variable in the future to allow me to do certain operations.

The code below ought to do it: