EvSystem
Member
I am using the Code function to write a JavaScript using the new Workflow version.
I create a JavaScript Code with this inside:
column_values: "{\\"text_mkt4ampn\\":\\"test\\",\\"color_mkt4r383\\":\\"Outstanding\\",\\"board_relation_mkt45r69\\":{\\"item_ids\\" : [\\"123456\\"]}}"
Everytime I save the function it changes to:
column_values: "{\"text_mkt4ampn\":\"test\",\"color_mkt4r383\":\"Outstanding\",\"board_relation_mkt45r69\":{\"item_ids\" : [\"123456\"]}}"
it seems is changing \\ to \
I will have to rollback to the old version since it is not happening there. I already tested that.
I create a JavaScript Code with this inside:
column_values: "{\\"text_mkt4ampn\\":\\"test\\",\\"color_mkt4r383\\":\\"Outstanding\\",\\"board_relation_mkt45r69\\":{\\"item_ids\\" : [\\"123456\\"]}}"
Everytime I save the function it changes to:
column_values: "{\"text_mkt4ampn\":\"test\",\"color_mkt4r383\":\"Outstanding\",\"board_relation_mkt45r69\":{\"item_ids\" : [\"123456\"]}}"
it seems is changing \\ to \
I will have to rollback to the old version since it is not happening there. I already tested that.