Hi this is urgent. Your answer would be helpful.
I have a GenAI Connector to extract the Form number from a PDF document. So in the connector prompt after explaining what and how it needs to be extracted, I have mentioned the content of the PDF in property {.formContent} which is a rich text property containing the PDF content in base 64 format.
The issue is when a second document is sent via the connector, it will not extract that document’s Form number and still shows the Form number of the first document. And I’ve found that it’s the same {.formContent} that’s been kept in the GenAI.
Do we have any refresh mechanism in the GenAI connectors or how can we refresh these properties that are been called inside the prompts?
P.S.: We are already removing the temp page that’s used to set the value to .formContent in an earlier step
