Hi @Asheesh_Pandey Thanks a lot for the suggestions - this really helps me frame the next step clearly.I just want to confirm the correct identity configuration and ingestion sequence for this setup.We’re planning to have two schemas:Schema A – Lookup Schema (record type, not profile-enabled)Schema ...
Hi @itsMeTechy Thanks for the response - let me clarify.Yes, by composite key I mean two attributes (Field1 and Field2) that together form a unique record identifier.We’re not concatenating them as a single string manually; both fields are meant to define the identity for profile stitching.The schem...
Hi everyone,We’re designing schemas in Adobe Experience Platform that use a composite key (for example, Field1 + Field2) for consistency across datasets.The challenge is that the incoming API data only contains Field1, while another dataset in AEP already holds both Field1 and Field2.Sending everyth...
Hi @SatheeskannaK,Appreciate the clarification. I also checked the journey report and can confirm there are no “Actions error reasons” logged.Here’s where I’m stuck:The profile audience filters down correctly using the condition on the array field.But at execution time, the message still attempts to...
I updated my expression to something like:#{ExperiencePlatform.ProfileFieldGroup.profile._tenant.accountDetails.first(currentDataPackField.activeFlag == true).accountEmail}Thanks again. I set up the journey so that only profiles with activeFlag = true should receive an email. The audience filters do...
Hi @Mohan_Dugganab,I used this expression in both the execution field and overwrite field: _tenant.accountDetails.accountEmailThe problem is I’m not seeing any message feedback events generated at all when the journey runs. But when I query the step events, I do see the flow completing (example atta...
Hi everyone,I’m using Adobe Shared Sandbox and testing a journey in AJO where one profile can have multiple objects (for example, multiple accounts). To model this, I created an object array (accountDetails) inside the profile schema. Each object has:accountId (set up as a secondary identity in a no...
Hi everyone,Has anyone run into this issue when trying to run queries in Adobe Experience Platform?I'm getting this error in the Query Service console:I’ve already tried:Refreshing the pageLogging out and back inSwitching browsersStill seeing the same issue. Is this usually tied to backend instabili...
Hi all,I’m working in AEP and noticed that the total profile count is not showing on the Home dashboard or the Profiles > Overview page, even though:I’ve ingested data into a Profile-enabled schema and datasetIdentity fields are mapped properly and populatedBoth schema and dataset have the Profile t...