I am trying to setup customer attributes for the first time to sync Salseforce data within adobe for personalization. I have uploaded a test file in the customer attributes source per instructions from Adobe https://experienceleague.adobe.com/en/docs/core-services/interface/services/customer-attributes/t-cr...
For the Alias ID to sync it looks like I need to create a corresponding ID in Adobe tags to reference this data source. I did so with a new rule triggered on the DOM loading utilizing the following logic
The value is a data element referencing "prz" as a query string. Here is a copy of the test file I uploaded into customer attributes for reference as well
Personalization ID | LB Territory |
test1234 | North |
test1111 | South |
test2222 | East |
test3333 | West |
test4444 | Northwest |
test4321 | Northeast |
It appears that the last selection in the LB Territory column takes priority when inputting the data regardless of the personalization ID being used as a query string. How can I fix this?