
Announcements
Thanks for sharing the error and your goal — you're on a great learning path with Power Platform and AI Builder! Let's break down the issue and guide you toward a working solution.
The error message:
"InvalidPredictionInput": "The base 64 binary content is missing for input single"
means that the AI model (likely a form processing model) expected a PDF file in base64 format, but it didn’t receive it correctly.
You want to:
If you're using a form processing model, it expects the PDF file as a base64-encoded binary. In Power Automate:
Example flow:
Trigger → Get file content → AI Builder Predict → Parse results → Add row to Excel
Make sure the "File Content" field in the Predict action is filled with the output from "Get file content".