Yes, you can.
Regardless of which page builder you are using, you can design your dynamic content on a separate page using your builder, and apply the page content into If-So using a shortcode.
If you are using Gutenberg or Elementor, please check out our conditional blocks/element options:
[ifso-show-post id="123"]
To find the post ID, you can open the post using the WordPress editor and check its URL. The post ID is placed between “post =” and “&”.
Learn more about the Post ID shortcode
In some cases, if you load the dynamic content using Ajax, some of the modules loaded using this method might not function as expected (Usually modules that involve JavaScript). Learn more.
Add the parameter type=”elementor” to ensure adequate loading of all elements. For example:
[ifso-show-post id="123" type="elementor"]
Add the parameter type=”divi“ to ensure adequate loading of all modules. For example:
[ifso-show-post id="123" type="divi"]
Add the parameter type=”WPB” to ensure adequate loading of all elements. For example:
[ifso-show-post id="123" type="WPB"]