Hi All,
We have a path in AEM - lets say /content/dam/folderA , whenever there is a tiff uploaded we need to assign tag - tag1 to tiffs and whenever there is a jpg uploaded we want to apply tag tag2 to it.
How can we accomplish this with metadata schemas and profiles?
I could create a metadata profile and assign a tag to everything getting uploaded into a folder, but could not figure out how would I selectively do it for one mimetype or extension.
I understand we could do it with a simple workflow and a launcher at that folder, but looking if this could be done with metadata schema and profiles alone.