First field is a repeater field:
https://cl.ly/image/1C2V3u2O070c
Second field inside the first, too:
https://cl.ly/image/1h3Y0j2H2u0s
Relevant options of the second field (select, with multiple selection true):
https://cl.ly/image/3w0l321G2B26
My EAE calls in the function.php:
add_filter(‘acf/load_value’, ‘eae_encode_emails’);
add_filter( ‘walker_nav_menu_start_el’, ‘eae_encode_emails’ );
Thanks Till