Display field in Set of Fields

I see the “Set of Fields” type, has a ‘display’ option, which I assume like the previous cockpit should be used to display the value of one of the fields inside the set as a preview.

However I can’t get the syntax right for this, i already tried:

“contact-name”
{“contact-name”}
{contact-name}
${contact-name}

…and a few other things, but nothing work.

Has anybody figured this out?

Hi tiagorio,
did you try ${data.contact-name}?

It works! Thank you very much.