I am exploring the Appian AI agend and faced the below Appian error. enable to understand and fix these issue.If anyone has faced similar issue please let know the fixes.
Discussion posts and replies are publicly visible
Most likely, one of the agent tools returned a null or invalid response, and the agent failed while building the next step because required fields were missing. Check the tool's input/output schema, ensure required fields are always returned, and guard against null collections.
HI Shubham Aware In these agend I am only using one record as the tool. Where No input variable are passed.
Your Query Record tool might returning null (likely empty result set or a required record field is null). Ensure the record has data and all required schema fields return non-null values ; return {} instead of null for empty results.
Make sure you have access to the record type and its related record types