Forum Discussion
timhopson
Helper I
3 years agoPower 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 p...
Syndicate_Admin
Administrator
2 years agoHi 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 🙂