Update.
Here is how I’m trying to insert the soliloquy shortcode into the Global Block:
[soliloquy_dynamic id=“111124512” images="{{dc:acf:field field=“gallery”}}"]
the {{dc:acf:field field=“gallery”}} dynamic code outputs this: 27739, 27738 (which are the id’s of the images uploaded to that post via the ACF gallery)
but does not seem to be working within the shortcode.
When I replace the dynamic code within the shortcode with the id’s “27739, 27738” and remove the space after the comma “27739,27738”, the page shows the gallery.