Getting started
Rules Engine Widgets
Image Node
3 min
purpose the image node is used to display static or dynamically updated images within your workflow interface it supports both external image urls and template based dynamic images generated or retrieved during workflow execution problem statement displaying or updating images dynamically in a workflow often requires custom code or manual ui refreshes the image node simplifies this process by automatically handling both static and runtime image updates — ensuring that visuals reflect the latest data from your automation requirements must contain a valid image source url or a template variable (e g , {{httpresult\[0] imageurl}}) the image url must be publicly accessible (or from a supported api) for dynamic rendering, ensure the variable is linked to a previous node’s output use cases display images from apis (e g , unsplash, pexels, dall·e, stability ai) show dynamically generated images from an image generation node update product or profile images in dashboards render visual content in automation uis (e g , ai generated art, reports, thumbnails) outcome once configured, the node displays a static or dynamic image on the interface if dynamic variables are used, the image updates automatically after each workflow execution