How to receive more than 1 files?

(Steeeevy) #1

How to receive more than 1 files and add it in one cell in row?

(Daniel Beckett) #2

Hi @bizcenterbot

Since the bot uses a trigger for ‘New File’ you’d need to capture the files one at a time. You can use a combination of filters and attributes to save the extra file URL’s before using them as an output.

Here’s an example where more than one file is captured so that they can be sent out in an email:

There’s a combination of filters and attributes used to track whether the user is sending the first or second file and then once both files have been received it emails the URL’s for them.

You could use a similar method to save the files to your Google Sheet.

Hope that helps.

Thanks,
Dan