Image Name based on form values

Hello,
I have an app whereby a user takes a picture based on a particular entry in the app. Wondering if appsheet can use data from the form the create the image name. I've created an image id and concatenated the necessary attributes from the form but that doesn't show as the image name or anywhere in the drive folder. 

Thank you!

Solved Solved
0 2 124
1 ACCEPTED SOLUTION

When you say you have tried to concatenate the necessary attributes do you mean something like this:

[New virtual column] Key column = CONCATENATE([Name of image],  " - ", [ID], ...)

 

Also there is a thread about this here, think this might be helpfull...

https://www.googlecloudcommunity.com/gc/AppSheet-Q-A/What-are-our-options-for-naming-images-when-a/m...

View solution in original post

2 REPLIES 2

When you say you have tried to concatenate the necessary attributes do you mean something like this:

[New virtual column] Key column = CONCATENATE([Name of image],  " - ", [ID], ...)

 

Also there is a thread about this here, think this might be helpfull...

https://www.googlecloudcommunity.com/gc/AppSheet-Q-A/What-are-our-options-for-naming-images-when-a/m...

Yeah, that's what I tried. Dumb oversight on my part, I hadn't used the virtual column as the key. Now I have another issue with my action but I think I can figure that out. 

Top Labels in this Space