As per user choise option(Step 1) I'm making HTTP rest API call(Step 2) and fetching database records in JSON format.
After it parsing JSON value(Step 3) and storing in variable e.g. varFormattedBooking.
Now generating answers(Step 4) from custom data source and in custom data source I've used variable varFormattedBooking which contain all data.
I've noticed in JSON response for example getting 10 records then in formatted answers it's showing only 2 or 3.
So may I know how can I show all response same like JSON records? Is it something limited to content length etc... while generative answer?
While generative answers from custom data source it's not giving response of all data
Hello,
it could be the case that the input is being cut, I've experienced it many times during the development. It's due to limits that are enforced on the model used in Copilot Studio. You'd need to experiment a bit with the content to make sure it's not too long. I'm not sure about the length limit though.
In case of any other questions, let me know. If the answer helped you, mark it, so that others can benefit from it.
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.