Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Filter Attachments by View #28

Open
jpelky opened this issue Nov 1, 2024 · 5 comments
Open

[Feature Request] Filter Attachments by View #28

jpelky opened this issue Nov 1, 2024 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@jpelky
Copy link

jpelky commented Nov 1, 2024

Perhaps it's already possible, but I am working with a form that uses a large amount of attachments and wanted to use sections of the form to show only specific attachments. I was trying to use a filter on the selected view:
image
image

Being able to filter on Title, or File Type would be really helpful. Thanks for the great work!

@GorgonUK
Copy link
Owner

GorgonUK commented Nov 6, 2024

I see what you mean. Unfortunately, a custom control such as this one is unable to inherit the "edit form" specific configurations. The alternative is to either add that functionality to the control itself or to create custom fields for the options menu in the form editor.

Would either of the above be a viable solution to your proposal?

@jpelky
Copy link
Author

jpelky commented Nov 6, 2024

Oh yeah, absolutely, either option would work great. Thanks for the consideration! I wasn't yet aware custom controls could inherit those configurations, thanks for that.

@GorgonUK GorgonUK self-assigned this Nov 6, 2024
@GorgonUK GorgonUK added the enhancement New feature or request label Nov 6, 2024
@jbejai
Copy link

jbejai commented Feb 12, 2025

Just wanna say thanks @GorgonUK for giving us this control... really appreciate the hard work you put into this... i'm trying something similar to what @jpelky is doing... trying to get sections of the form to shown specific attachments... or even in different tabs... @jpelky have you found a way to do this?

@jpelky
Copy link
Author

jpelky commented Feb 12, 2025

My current workaround to make these incoming attachments a little easier to locate was adding prefixes to the file names as the Flow attaches them. So, for example, if someone is uploading an ID of some sort, I may prefix it "ID: " which at least helps a little bit

@jbejai
Copy link

jbejai commented Feb 12, 2025

Yes @jpelky , im naming the scans like section 1, section 2 , section 3 etc... but i havent gotten the filter part to work? have you got the filter part to work? saw you had something like "Title begins with" but i'm not seeing that ... wonder if @GorgonUK have a lil workaround for us lol ...:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants