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

  1. A Wait for Response action to collect the your contact’s image using an open-ended response rule:
  1. 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:

Leave a Reply

Your email address will not be published. Required fields are marked *