Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Hi Guys.
Need help with groovy scripts.
I have a property String[] which has tags stored in it. I want to move the tags to cq:tags property specifically.
is property cq:tags protected? how would I store tags to cq:tags via Groovy script?
Have also tried - https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-can-i-update-multi-val...
but does not work for cq:tags property. We also tried few other ways including Valuemap and Node objects.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
@EstebanBustamante Thanks for the response, we found a workaround;
As I mentioned, the thread works for property names other than cq:tags.
We found that once we disable the below, it was able to save. Thanks.
View solution in original post
Are you seeing any errors in the logs while attempting to save? The thread you shared should work
Views
Likes
Replies