"Title" field not in list of dynamic content in PowerAutomate Flow

Copper Contributor

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 use dynamic content using various actions in the flow including "Select", "Create HTML Table".  The "Title" never appears in the list of available fields under the Sharepoint category.

What would cause the automatic "Title" field in a SHarepoint list to NOT appear in the dynamic content list?

3 Replies

@DJKoala323 could you post a screenshot of your flow so we can see what might be the problem.

@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.

@DJKoala323 

  1. 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 
  2. 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.