<aside> 🛠

Use First Available Image


****Select the first available image from multiple input sources. Prioritizes inputs in order: if first image is available, use it; if not, try second; and so on until an available image is found. Perfect for fallback workflows, redundancy handling, and conditional source selection.

</aside>


What it does

Image Selector evaluates multiple image inputs in priority order and outputs the first available image it encounters. Each input is checked sequentially—if an image exists, it passes through; if not (empty/null), the selector moves to the next input. Stops when the first non-empty image is found and outputs it. Essential for building resilient workflows with fallback options.

Problem it solves

Input/Output

<aside>


How to Use

  1. Connect inputs → Attach 2+ image sources to selector

    image.png

  2. Set priority → Arrange inputs in priority order (1st = highest)