Creating an audience from specific index position from Array of obj
This is the array of object field in AEP schema
{
"model":[
{
"modelName":"PRP_TRIGGER_1Y_14DLAG",
"modelScore":0.1243792474269867,
},
{
"modelName":"PRP_60D_LAPS_1Y_REV1",
"modelScore":0.7769704461097717,
},
{
"modelName":"PRP_SALON_TRIGGER_1Y_15DLAG",
"modelScore":0.1443792474269867,
}
],
"sysIdentifiers":{
"mId":"3646278"
}
}
How can we create an audience by specifying the condition from specific index ?
lets say list of all customer where on 2nd index of the model object has "modelName"="PRP_60D_LAPS_1Y_REV1" ?