Articles on: Flows

Creating an Image Attachment URL




To collect images from your contacts and generate a URL, you'll need to create two nodes:

A Wait for Response action to collect the your contact's image using an open-ended response rule:



 A Split by Expression action to save the image in your flow results and create a URL for the image using the expression   @(attachment_parts(input.attachments.0).url) :



Save the Result Name to be able to reference that URL. In the example above, we've saved the result as 'Image' to later reference it using @results.image 

Note that you can test out this workflow in the simulator by clicking the paperclip icon, choosing an image attachment, and selecting one of our pre-set images:





Questions? Send us a message via the support widget in the bottom right corner of your browser.

Updated on: 30/11/2021

Was this article helpful?

Share your feedback

Cancel

Thank you!