I am trying to push some data into CRM utilizing the logic app and the parameter fields.
Some of the fields get pushed through, while others do not. I am trying to understand what is the logic behind this?
All of the fields go through except the LeadPM field. I get this error:
"message": "Syntax error: character '\"' is not valid at position 1 in '(\"Yu li\")'."
This is what I have done so far:

When I got this error, I added "" and this did not work, so then I added '' and this did not work either. I finally did not add any quotes and am still getting this error. Any insight on this would be greatly appreciated.