I am getting the below error while trying to iterate a collection attribute(of individual schema) in AJO within condition activity.
Can anyone please help with the correct solution ?
This is my expression:
count(#{ExperiencePlatform.ProfileFieldGroup.profile._publicisglobalemeaptrsd.coverageDetails.all(currentDataPackField.coverageStartDate == @{Enrollment_Event._publicisglobalemeaptrsd.planCoverageDetails.planEffectiveDate}).memberID}) > 0
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
@ngd_11 Kindly check if coverageStartDate and memberID attributes are available within the coverageDetails object array and ticked in the profile field group
表示
返信
いいね!の合計
try this
count([#{ExperiencePlatform.ProfileFieldGroup.profile._publicisglobalemeaptrsd.coverageDetails.all(currentDataPackField.coverageStartDate == @{Enrollment_Event._publicisglobalemeaptrsd.planCoverageDetails.planEffectiveDate}).memberID}]) > 0
adding [] as it works as a list.
表示
返信
いいね!の合計
Hi @ngd_11,
@Mohan_Dugganab's reply here might help you with your query: https://experienceleaguecommunities.adobe.com/t5/journey-optimizer-questions/iterating-array-object-...
Let us know in case you still need help.
Thanks!
表示
返信
いいね!の合計
@ngd_11 Kindly check if coverageStartDate and memberID attributes are available within the coverageDetails object array and ticked in the profile field group
表示
返信
いいね!の合計