Is it possible in AppSheet to create a folder in a GCS bucket every time it sends a file? 1 folder per transaction. If so, how to do it?
In AppSheet, whether you are uploading a file or generating a file, you have the ability set a folder for where the file is to be stored. This folder path can be created with an expression.
You didn’t say how you are sending the file through AppSheet. Let’s assume you are performing a file upload. In the column configuration for that File (or Image) type column, there is “Image/File folder path” property. You can set that property with an expression that provide a unique folder name, the folder(s) will be created automatically and the file or image inserted into that new folder. NOTE: the folder path will be created using the “Default app folder” as the root.
I hope this helps!
OMG, it works! Thank you so much!
Another question , is it applicable in action(behavior)?