Unable to Convert Bundle into JSON elements

@ ponvaskon Thank you so much. It worked
For the benefit of larger audience, here is what I did:

  1. Added a Text Parser module (Advanced) once the response is generated by AI
  2. parse the response to select text between { & }
  3. pass it as Input parameter to JSON format
    Screenshot below for reference.
    Worked like a Charm.

2 Likes