 
Configuration for Download URL action
The Download URL action uses a URL column or expression defined in the table and downloads its contents to a local file.
Configuration:
name + ".jpeg"
    (or equivalently concat(name, ".jpeg"))
    takes the content of the name column in the table,
    and appends the extension ".jpeg" to make a filename appropriate
    for the given row.