Update custom field in CRM

Hello, I ask for help with a problem that I’ve been looking for a solution for days, I’ve done several tests, but without success.

I need to update a custom field from a CRM named KOMMO, I attached an image showing how I fetch the field, I put it in a json tranform to see how the field is interpreted, but I can’t update this field in the update module.

Thank you for your attention!

I don’t know how to use this option, can someone help me please?

1 Like

I managed to solve it, just put it in the following format: {“value”:“Aprovada”}

Hi @Bethoven :wave:

Awesome that you figured this out and thanks a bunch for stepping back into the community and sharing your solution with us :muscle: :pray:

1 Like

Hi I am trying to solve the same issue but I am getting this error

The operation failed with an error. Function ‘formatTimestamps’ finished with error! Function ‘parseCustomFields’ finished with error! Unexpected token “ in JSON at position 1

image
am I doing it wrong?

I believe they are the quotation marks, change these => “ for these => ", copy that and paste there, I believe it will work!