Hi Folks
I am trying to map the content of a text field from DevOps into a Monday Field - the problem i have when using the module for Update Column in Monday.com is the the text often contains quotes and other such characters that are not accepted in passing the JSON Any Value field within the Module. I pass - Column ID, which is “name” and then Any Value (this is the tip - Accepts JSON format, e.g. {“checked” : “true”}. To pass a string, you need to surround it by quotes, e.g. “2023-03-03”. See Column Types Reference documentation.) which i try to pass this variable 3.system.title. In the module its input treats it like this: {{3.System.Title}} and the raw text inside that variable has quote marks which give this error:
Error trying to update certain columns in Monday item [200] Syntax error in JSON input [ Error Code: JsonParseException / Error Details: {“json”:"{ \“name\”: \“A33- New option \“Script Tail\” added to source\”} ]
the original text contains the part “Script Tail” which the user added quote marks and this throws the Json command. How do i try to convert to raw so it ignores the ““. I tried replace() command but the input still wraps the variable in curly brackets and so renders the command useless. Not sure what to try! Same thing happens when passing a description column which has all sorts of rich text in it!!
Would appreciate any help for what i thought would be a really simple thing!
