function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RSuzukiRSuzuki 

In Lightning Flow, can I use Zipped Static Resource for "Display Image" component?

I'm building a Flow in the Lightning Flow Builder and I want to add images to the Flow. I already have a zipped static resource full of images, but it seems like the Lightning Flow only allows me to select static resource that has one image inside. Is there a way to reference subfolders with images inside a zipped static resource?

Image Name asks for a static resource but only seems to accept single image static resources.
Best Answer chosen by RSuzuki
RSuzukiRSuzuki
I solved this by creating a custom aura component that accepts both a Static Resource string and a path to the actual image file. Although not a direct solution to my problem, this solved my issue of not being able to use a zipped Static Resource to display images.