Irshad Ahamed M B

Results 18 comments of 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 ![image](https://github.com/user-attachments/assets/debcc67d-7885-4da3-998c-0b7f43e825d9) How do i edit body as array ![image](https://github.com/user-attachments/assets/4fa04417-172d-4fe0-a812-381c2212dba5) Which is stating i can add array : ![image](https://github.com/user-attachments/assets/fbe2c128-e279-4b45-b1e4-11071fe57741)

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 "" ` ![image](https://github.com/user-attachments/assets/f4a5a5fe-3fd1-4f1a-a2a1-f355f2e45e04) [20241114_debug_conditional_router_v3.json](https://github.com/user-attachments/files/17746724/20241114_debug_conditional_router_v3.json)