I'm looking to batch upload hundreds of pdfs to a feature class based on a common ID field. Each point within the feature class has a unique ID and each point will end up with multiple pdf attachments. The PDFs naming convention is uniqueID_YYYYMMDD, for example 123_20240610.pdf. I've tried using prefix as the Match Pattern option however it ends up joining the pdfs to UID1, UID12 and UID123. Is there anyway to get around this? Any feedback is appreciated!