Capture images in the cloud

In the documentation to learn to use the platform ([All Collections]>[UX]>[Capturing Information in Forms]>(Capturing Images)) talk´s about capturing images in the cloud and sais:
“This custom folder name can be a constant value or an expression that uses the column values of the table. This means images captured for certain rows can be stored in a different folder from images captured for other rows.”
The problem is that i need the folder name to be: “(Name of the table),(Value of a row)_Images)”, so i use the folder paths: “Mandarines,([Container #])_Images” and “([Container #]),Mandarines_Images”.}
In the first case just use “Mandarines” and in the second case just use the “([Container #])”}
How con i make it work?

0 1 361
  • UX
1 REPLY 1

@Ignacio_Engelberger
You can use an expression in the Folder Path property:

CONCATENATE("/Mandarines_",[Container#],"_Images")
Top Labels in this Space