Forum Discussion
timhopson
3 years agoHelper I
Power Automate Flow - Dynamic Content not showing BODY
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?
1 Reply
- Syndicate_AdminAdministrator
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 🙂