Problem with using custom shortcode with ACF WYSIWYG field

I got it fixed with below code 🙂

$section_content = get_sub_field('section_content', false, false); 
$section_content = apply_filters('the_content', $section_content);