Skip to main content
  1. Detailed logs - An option to turn on automatic log production that creates a log after each run even if there were no errors, It details everything that you can see in the live chat window and more such as http request bodies sent and information received and how it is mapped directly into a variable.
  2. Visual automation - Instead of relying just on the live chat for debugging our countless debug messages, a feature that upon a beginning of the flow would allow me to see step by step the automation flow and the input and output of each block would make debugging way easier. For a reference see n8n or make.com for example.
  3. Display arrays - I’m using Pinecone to query and store information, and right now instead of directly sending an http request to embed a user message for querying and storing, I need to rely on other automation platforms in order to do that, because I can’t send the vector array via POST http request in the json body.
  4. Directly edit code - One of the areas that I spent the most amount of time debugging was finding alternative ways to edit malfunctioning json code in http requests, If I could directly see the json code that is inserted into a variable and edit its body I could figure out where are the renegade “ or \n or } that keeps giving me an invalid payload error.

    Thank you!
Be the first to reply!