BundleValidationError Validation failed for 1 parameter(s). Missing value of required parameter 'values'

Hello, i have this error:

BundleValidationError

Validation failed for 1 parameter(s).

  • Missing value of required parameter ‘values’.

I am trying to connect shopify to kommo crm, I need to fill custom fields

Can someone help me please?

1 Like

May peace be upon you @Diego_Molina

  1. Please see if the data has been mapped correctly.
  2. Try using the {“value”:“data”} format for sending in the data instead of just providing the data field.
1 Like

Thanks for answering and helping me.

  1. Please see if the data has been mapped correctly.
    ==>the error occurs only with custom fields

  2. Try using the {“value”:“data”} format for sending in the data instead of just providing the data field.
    ==>Can you please tell me how to use that format? What should I put in value and what should I put in data? can you give me an example? thank you so much.