Profile Split
We're in a bit of a time crunch so would appreciate a quick response.
We have a profile in AEP that has an ID (userID) and in that profile we have an array of all the accounts the user has. We've built a segment in AEP to qualify profiles based on certain conditions and we'd like to use this segment in AJO for journeys. However, we'd like to split the profiles that qualified for the segments for each them to have just one account value from the array. Is there a way to do this in AEP or AJO?
An example is:
Current Scenario
profile1 -> userID1, [accountID1, accountID2, accountID3]
Desired Outcome
Each of the profiles should qualify for the journey as shown below:
profile1 -> userID1, accountID1
profile2 -> userID1, accountID2
profile3 -> userID1, accountID3