I have two attachment pages, but when I attach a file on the first page, it also appears on the second page. How can I implement a filter so that the attachment only shows on the page where it was uploaded? i'm using FreedomUI.
Like
1 comments
18:19 Mar 24, 2025
You can use tags. The File objects have a Tag field, you can set up each file list to have a different tag, then the tag will get added to the file based on which list the file was added to, and the lists will also filter by this tag.
To do this, you simply need to enter a tag name for each of the file lists, just type in a value in the File tag property:
Ryan
Show all comments