File uploads
  • 18 May 2022
  • 1 Minute to read
  • Dark
    Light
  • PDF

File uploads

  • Dark
    Light
  • PDF

Article Summary

You can find the 'Upload files' flow function in the flow function marketplace.

To use it you need:

  1. A file object or a list of file objects. For example Take photo and Pick files flow functions output such objects.
  2. Use a formula binding with the Upload files function to attach "uploadUrl" property to each of the file objects.

File Uploads Logic Canvas

Upload file properties

Upload files formula

[ SET_KEY( outputs["Pick files"].files[0], "uploadUrl", "http://uploadurl") ]

Was this article helpful?