Attribute sync issue

Hello Sailors,

I am getting below error message while enabling the attribute sync for one of the attribute street address -
{“messages”:[{“locale”:“en-US”,“text”:“The request was syntactically correct but its content is semantically invalid.”,“localeOrigin”:“DEFAULT”},{“locale”:“en-US”,“text”:"The request was syntactically correct but its content is semantically

I have created a transform which concatenate 3 account attributes and which will be returned on the streetAddress identity attribute.

[
    {
        
        "name": "Test - Office Address",
        "type": "concat",
        "attributes": {
            "values": [
                {
                    "attributes": {
                        "sourceName": "Test HR",
                        "attributeName": "locations.AddressLine1"
                    },
                    "type": "accountAttribute"
                },
                " ",
                {
                    "attributes": {
                        "sourceName": "Test HR",
                        "attributeName": "locations.AddressLine2"
                    },
                    "type": "accountAttribute"
                },
                " ",
                {
                    "attributes": {
                        "sourceName": "Test HR",
                        "attributeName": "locations.AddressLine3"
                    },
                    "type": "accountAttribute"
                }
            ]
        },
        "internal": false
    }
]

Please let me know how to mitigate the issue?

Hi Prasad,

Can you please provide more information about your issue? Did you see this error message as the result of an API request or in the UI? If through an API, what API did you use and what were the request details.