Hello!
I need to change the default path where some images are saved in my app. So, for my column “Image1”, I defined something like this:
[Name]&“/”&[DateHour]&“/”&[Adress]
Well, if I use only this part [Name]&“/”&[DateHour], the expression is on green, and the image is correctly saved; but, if I also add the third part, Adress, so
[Name]&“/”&[DateHour]&“/”&[Adress],
the expression is on green, if I test, the result is ok, but, when I try to save the app, I receive an error message: “Expression should produce a Text value representing the folder path“.
Could anyone help me with a suggestion? What is wrong?
Many thanks!
Ruxandra