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 |
---|---|
18 | |
9 | |
8 | |
6 | |
5 |