From a21a072cc9f3d565df2b64674f031eea3bf8ee1c Mon Sep 17 00:00:00 2001 From: Chirag Date: Mon, 25 May 2026 10:58:43 +0530 Subject: [PATCH] content and contentBytes confusion fix file content and contentBytes are actually two different things in power automate. the _Recognize text in an image or a PDF document_ activity accepts the "contentBytes" not the "file content". it was incorrectly mentioned here to pass the "file content" --- ai-builder-docs/flow-text-recognition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-builder-docs/flow-text-recognition.md b/ai-builder-docs/flow-text-recognition.md index 4a1909c4..c1414d23 100644 --- a/ai-builder-docs/flow-text-recognition.md +++ b/ai-builder-docs/flow-text-recognition.md @@ -26,7 +26,7 @@ To initialize your cloud flow, follow these steps: 1. Name your cloud flow, select **Manually trigger a flow** under **Choose how to trigger this flow**, and then select **Create**. 1. Expand **Manually trigger a flow**, and then select **+Add an input** > **File** as the input type. 1. Select **+New step** > **AI Builder**, and then select **Recognize text in an image or a PDF document** in the list of actions. -1. Select the **Image** input, and then select **File Content** from the **Dynamic content** list: +1. Select the **File** input, and then select **File Content.contentBytes** from the **Dynamic content** list: :::image type="content" source="media/trigger-text-recognition-2.png" alt-text="Screenshot of initializing a Power Automate cloud flow in the 'Parameters' tab.":::