Having an issue with JSON & Perplexity

I am trying to to take topics from an airtable and have perplexity write posts for linkedin. Here is my content under messages for perplexity module. The error on the json module is at the bottom. Please help me out. Thanks in advance.

Your research should cover the topic of:
“{{3.Topic}}{{3.Description }}”

For the topic prvide:

  • A brief overview of the topic
  • Why it is significant or how it’s impacting the industry
  • Any relevant statstics, expert opinions or case studies.
  • Potential implications for professionals in the field

Present 2-3 throughly researched topics, ensuring they are current, relevent, and likely to spark interest among LinkedIn proessionals in business, emergency response, state and local government agencies as well as federal agencies.Include links to reputable sources for futher reading.

***Ensure the sopics are not redundant with each other

Output the data in JSON format with each idea and it’s summary as seperate items in a collection

***Do not include any notations like *** json

***Do not use any line breaks

Do not create an array titled “video ideas”

Your first character mus be an {

Example:
{
{
“Idea”: “Integrated Workflows with After Effects and Cinema 4D”,
“Description”: “The integration of Adobe After Effects and Maxon Cinema 4D has significantly enhanced the workflow for motion graphics designers. This integration allows for seamless import and export of 3D elements, scenes, and animations between the two software tools. Designers can create complex 3D scenes in Cinema 4D and then composite them in After Effects, leveraging the strengths of both applications.”,
“Significance”: “This integration streamlines the creative process, enabling designers to focus on artistic expression rather than technical hurdles, it also opens up new possibilities for creating sopisticated 3d motion graphics without the need for intermediate passes or image sequence files.”
“Implications”: “Professionals can expect to deliver more complex and visually appealing projects faster. This integration is particularly benificial for those transitioning from 2d to 3d design as it simplifies the learning curve and exhances productivity.”
}.
{
“Idea”, " Emerging AI Technology in Creative Workflow".

“Description”: “AI technologies are increasingly being integrated into creative workflows to automate repetitive tasks, enhance design capabilities, and improve efficiency. For example, AI can be used to generate motion graphics templates, predict animation paths, and optimize rendering times.”
“Significance”: “AI can free up designers to focus on more creative and high-value tasks. It also enables the production of high-quality motion graphics at a faster pace, which is crucial for meeting the demands of digital marketing and social media.”,
“Implications”: “Professionals need to stay updated with AI tools and techniques to remain competitive. While AI may automate some tasks, it also creates new opportunities for creative innovation and specialization.”
}
}

ERROR

DataError

Source is not valid JSON.

  • Unexpected token ‘`’, "```json [ "… is not valid JSON
Origin

Make

Automatic error handler

If you want to handle this error automatically, choose one of the following options. This will create a new error-handler route in your scenario. You can then expand the route in any way you like.

Ignore all errors
Ignore errors of type DataError
More information about error handling

I wish I had the answer. I have the same issue. I have asked Perplexity for a JSON output.

When in Perplexity, the prompt does give a JSON output.

When the data gets into the Make environment, extra characters are added, specifically:


There was another thread that addressed this.  His suggestion I have uploaded.
![make-json-parse|690x351](upload://kD1RY6t4GAzBmmp6Ngbn2TLjPpR.png)

Unfortunately, when I tried it, while there was no error generated, what was ultimately pasted into Google Sheets was the following:
![make-json-parse-output|690x268](upload://oAyzuvX8f80dCvmVvhLOYMUtTbX.png)

I would love some help too.

Trying to see if the images will load.



In the API manual I write that the output in the form of pure JSON is available only at the third level. You need to spend more than $500 on tokens.

Perhaps community experts will suggest how to clear the final result from unnecessary symbols. It seems a little and the problem should be solved by Text Raplace modules.