I have a question to access an array in fluid:
Associative Array {registrationProcess}
STRING {fieldname} == 'firstName'
STRING {property} == 'participant'
WORKING {registrationProcess.participant.{fieldname}}
WORKING {registrationProcess.{property}.firstName}
WORKING {registrationProcess.participant.firstName}
NULL {registrationProcess.{property}.{fieldname}}
Why is the result of the last notation NULL???