Hello,
This is my current App path where my files are being stored: appsheet/data/WorkOrders-1380002
In there I can find several folders.
HOWEVER, when I Create a new File based on a Template the result is being saved into appsheet/data/Jobs-1380002/Files
I donโt really know why my App points to two different App folders, but
Attach is my task, thanks!
Solved! Go to Solution.
This portion:
appsheet/data/Jobs-1380002
Is determined by your โDefault app folderโ setting (see below). Itโs intention is to collate all of you application folders under a main app folder. If you are building several apps. I would leave this as is.
This portion:
Files
Is the default folder used by AppSheet IF you do not specify a folder in the โFile Folder Pathโ property in your Task.
Location of โDefault App Folderโ Setting
This portion:
appsheet/data/Jobs-1380002
Is determined by your โDefault app folderโ setting (see below). Itโs intention is to collate all of you application folders under a main app folder. If you are building several apps. I would leave this as is.
This portion:
Files
Is the default folder used by AppSheet IF you do not specify a folder in the โFile Folder Pathโ property in your Task.
Location of โDefault App Folderโ Setting
Thanks!,
As indicated I deleted the previous Default app folder and when saved, Appsheet placed the correct one.
With that, and updating the CONCATENATE formula it is working correctly now.
Are you using a Google Sheet?
The odd thing about AppSheet, when using a Google Sheet and probably any spreadsheet, is that File and Image columns base their root folder off of the location of the sheet. I recommend, to keep things simple, is to make sure the sheet is located in your Default app folder - in your case โappsheet/data/Jobs-1380002โ.
Then in the File column, you should be able to do this:
CONCATENATE("Files/", [job_id].[job_number],".pdf")
User | Count |
---|---|
14 | |
11 | |
9 | |
7 | |
4 |