Skip to main content

Hi Team,

I am trying to sync note_attributes value through mapping but it is taking first attribute value and I want to have second attribute value. Can anyone please suggest how we can achieve this, please find details info below:

  • note_attributes value in Shopify order json (shared full order json in attached text file).

"note_attributes": :
      {
        "name": "Language",
        "value": "en"
      },
      {
        "name": "PO #",
        "value": "PO number test"
      }
    ]

  • Mapping used in Acumatica to sync the value under Customer Order Number field.
  • Getting first attribute value but want to have second attribute (PO 😵 value.

 

@vivekm  you cannot map an array. It allows accepts one to one values. So you should require a customization for this. 


Thank you @KarthikGajendran for the inputs, just wanted to check if there is any possibility by using any formula or as such but sure, will proceed with customization.


Reply