Trying to access file in setting
I have added a file setting field into the settings that I have created but when trying to access it using the TwillAppSettings Face, it always seems to return null when I try to access it.
Any idea how else I could access this?
TIA.
2 Replies
Hi @Strife You can get the file using the below approach
If you file isn't being saved in the settings then you need to make sure that you have included the single_file in your twill config
Thank you! I will give it a try!
Worked beautifully, thank you!