Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a power automate flow that appends the body of a sharepoint csv file to a string variable. I am trying to re-create the flow for another purpose but cannot pick Body from the Dynamic Content picker. I only see File Content, which isn't suitable for me because it includes file properties.
Any ideas why Body is not appearing?
Hi Syndicate_Admin,
At times, not all items may appear in the dynamic content, requiring you to use an expression to retrieve the specific item you're looking for.
To obtain the body, use the following expression:
body('Get_file_content')
This expression retrieves the body received from the "Get file content" action.
I hope this helps resolve your issue 🙂
Greetings,
Aurelius 🙂