Hi AJO Community!
We have a use case where we need to build a relationship between two datasets. We have setup a field on the profile schema that is joining to the new dataset via the relationship. The new dataset is also individual profile schema. The field value is "A" and we have the same value in the new dataset field "A". When we utilize the datasetLookup function, our proof is coming out blank. We have followed the following documentation, and still are having issues. (https://experienceleague.adobe.com/en/docs/experience-platform/xdm/tutorials/relationship-ui).
Here is our datasetlookup setup:
{{datasetLookup datasetId="111122224444555566669999" id=profile._brand.profile.joinonme result="events" required=false}}
{{events._brand.newdata.hotelname}} - field pulling in from new dataset.
Note: We have enabled the dataset for lookup and we have loaded an email with the value of "A" on the joinonme field in profiles.
Any help would be greatly appreciated!