I’m working on an app and I’m fairly new to AppSheet. The app is simple, when it runs it generates a pdf file with the content submitted on a form. So far is working fine but need help with the following.
One of the fields in the form is used to save the file. Example “Invoice#”. The file gets saved with whatever gets entered in this field (invoice#) field, but here’s the problem if a user runs the app and adds the same invoice# it overwrites the original file. Is there a way to append a number when a file with the same is saved? This way it won’t overwrite any of the files. I know this needs to be added under the “File Name Prefix” but can’t figure it out. Any help will be appreciated.
Thanks