Irshad Ahamed M B
Irshad Ahamed M B
I have my own api endpoint which will accept json array in body and return some json which I want to use in Langflow to push to a vector db.
Hi @anovazzi1 Sample postman  How do i edit body as array  Which is stating i can add array : 
Thanks @anovazzi1
I am working on the same. A PR has been created.
@OvidijusParsiunas can you please review the changes.
> @OvidijusParsiunas can you please review the changes. @OvidijusParsiunas
@OvidijusParsiunas Thanks for considering.
Following changes will help you. ` def true_response(self) -> Message: result = self.evaluate_condition(self.input_text, self.match_text, self.operator, self.case_sensitive) if result: return self.message else: self.stop('true_response') return "" `  [20241114_debug_conditional_router_v3.json](https://github.com/user-attachments/files/17746724/20241114_debug_conditional_router_v3.json)