Is it possible to add array of values to single column in profile schema in Adobe campaign standard | Community
Skip to main content
Level 3
September 7, 2020
Solved

Is it possible to add array of values to single column in profile schema in Adobe campaign standard

  • September 7, 2020
  • 1 reply
  • 2181 views

Hi,

 

I have a scenario where a single profile will have multiple program values which will be comma separated values in profile import file "program" column.

ex: column name- "programs", column value- "test1,test2,test3".

It is also mentioned that they have fixed 15 values like (test1, test2 ... test15). In which profile can have anything from this list. what is the best approach to import this. Also the imported profile values can be changed in adobe campaign in future. So i should provide feasibility to add one more program value for program column for a profile.

 

Should i create a new custom resource for Programs? Kindly suggest.

 

Thanks in advance,

Divya

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by bisswang

Yes, best would be to create:

  • custom resource Program
  • another custom resource ProfileProgramReference which contains the relation between the 2 resources

1 reply

bisswangAdobe EmployeeAccepted solution
Adobe Employee
September 7, 2020

Yes, best would be to create:

  • custom resource Program
  • another custom resource ProfileProgramReference which contains the relation between the 2 resources
Level 3
September 9, 2020
thank for your response.