. Is there a way to create a field that will store a folder location?
c
creece
12/22/2020, 9:36 PM
You would create a text field to store the folder ID and then use that ID when you do things w/ a file that need a folder
creece
12/22/2020, 9:36 PM
You can't store an actual folder
c
Chris
12/22/2020, 9:39 PM
That’s what I ended up doing. It works fine. Just easier for the user to mess it up accidentally. thanks @creece
d
David
01/04/2021, 2:37 AM
You could consider setting the display type of the text field to hidden, creating a select field and populating the options using the results of a search using a beforeLoad script, then setting the value of the hidden text field based on the selected option in a beforeSubmit.