Forum Discussion
DJKoala323
May 21, 2023Copper Contributor
"Title" field not in list of dynamic content in PowerAutomate Flow
I would like to use the field "Title" (automatic field in a Sharepoint list named "Title") in a power automate flow. I have the "Get Items" action in a previous step in the flow. I have tried to us...
DJKoala323
May 21, 2023Copper Contributor
RobElliott -- thanks for looking at this. I've attached a couple of images. One is the Sharepoint list showing the "Title" column (it is the automatic column included with the embedded link in a Sharepoint List). The other image is the flow showing the dynamic content list.
ganeshsanap
May 22, 2023MVP
- Try turning OFF experimental features settings in Power automate and see if it shows up for you, follow: How to Turn ON/OFF Experimental Features in Power Automate
- If above not working for you, try using below expression in Enter value section of Select > Map:
item()?['Title']​
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.