Ok i just resolved it,
for anyone who is kicking themself why this is not working the proper code is
dynamic_sidebar( get_field('the_field_name') );
So its dynamic_sidebar and not get_sidebar
Hope this helps anyone out there.
p.s danielpataki you really should include a simple to use tutorial for how
to implement the code into their templates in order to show the sidebars.