Pagination Issue in Financials Payables AI Agent Using Invoices REST API
Summary:
I have built an AI agent for Financials Payables using the approach described in the Oracle blog:
https://blogs.oracle.com/fusioncoe/how-to-build-a-workflow-agent-that-handles-paginated-api-results
The agent is expected to support queries such as:
- Display all invoice details for today
- Display all invoices from the past 10 days
- Display details for invoice number 100004
- Additional invoice-related queries
For multiple invoices, the response is displayed in a table format, while single-invoice results are shown as bullet points.
However, the agent consistently returns the same invoice dataset from 2025, regardless of the query provided. It does not retrieve invoices from other years or reflect the expected filtering behavior.
Tagged:
0