<dc:title> being set as string [] when updating title of image assets and DAM Update Asset workflow run
Hi,
When i am trying to update the title of asset [from image1 to image2] in DAM then the title first time its not updated and second time it will shown as a string [] like image1, image2.
when i investigated this further i found that <dc:title> property of metadata node is first time string and if we update this property then it will convert as string[].
Could anyone please suggest how can we get the last updated title as string? Do we need to update the DAM Update Asset Workflow or modify any process in the workflow?
For e.g: image1, image2 where title[0] = image1 and title[1] = image2
Thanks in Advance!