I am pulling data from a google sheet. Then send that info as variable prompts into ChatGPT. I have Tools app to store my variables. Then pushing those variables to HTTP app to log in and post a new page to Wordpress. I have a json field seems to work for Title of page, but the content and meta are not passing through. Do I have to clean the data in some way or configure it a special way inside my json prompt?
{
“title”: “{{26.}}”
“content”: “{{27}}”,
}