Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

how to enter multivalue string in Cloud Manager config?

Avatar

Level 9

I meant this AEMaaCS section where I can define environment variables. I'll be using them as OSGI config.

 

Also, do these values come in as a list of string or string array? Thanks!

 


Screenshot from 2025-09-02 19-10-04.png

4 Replies

Avatar

Community Advisor

Hi @jayv25585659,

Please encode them in one string.

Screenshot 2025-09-02 at 9.56.18 AM.png

 

Then in your config.prod.json (or config via config.pipeline), you can map:

{
  "myList": "$[env:MY_LIST;default=foo,bar]"
}

 


Santosh Sai

AEM BlogsLinkedIn


Avatar

Level 9

so it's just a string instead of list/array? Thanks

Avatar

Community Advisor

Avatar

Administrator

@jayv25585659 Just checking in! Were you able to get this resolved? If you found your own solution, sharing the details would be a big help to others who might face the same issue later on. And if one of the replies here helped—whether it fully solved the problem or simply pointed you in the right direction—marking it as accepted makes it much easier for future readers to find. Thanks again for helping close the loop and contributing to the community!



Kautuk Sahni