Creating an Image Attachment URL

To acquire images from your contacts and create a corresponding URL, you will need to establish two nodes:

  1. Wait for Response action configured with an open-ended response rule to gather image submissions from your contacts:

  1. Split by Expression action designed to store the image within your flow results and generate a URL using the expression @(attachment_parts(input.attachments.0).url):

Assign a Result Name to enable future reference to this URL. In the example provided, we have stored the result as ‘Image’, which can later be accessed using @results.image.

You can validate this workflow in the simulator by selecting the paperclip icon, choosing an image attachment, and picking from our pre-configured images:

Questions? Please contact us via the support widget located in the lower right corner of your browser.