Let's POWER Automate

From no-code to low-code

Menu
  • Expressions
  • Filters
  • General
  • Application specific solutions
    • Dataverse
    • Excel
    • Forms
    • Outlook
    • Planner
    • Power Apps
    • SharePoint
    • Teams
  • Triggers
  • Ready to use solutions
    • Approval Process Template
    • Task Delegation App
    • The Ultimate Power Automate expressions cheat sheet
    • Power Automate HTTP requests to SharePoint cheat sheet
    • Power Automate HTTP requests to Graph API cheat sheet
  • ABOUT ME
  • Get help with your flow
  • POWER PLATFORM SERVICES
Menu

What is SharePoint column internal name and where to find it

Posted on September 30, 2020April 14, 2021 by Tom

“I was told to use internal name of a SharePoint column in a Power Automate filter, but where do I find it?”


Every column in SharePoint has 2 names, internal name assigned by SharePoint and display name defined by you. While the display name is what you see in the views and in the forms, and which you can change anytime, internal name is non-changeable. To change internal name you’d have to delete the column and create it again.

Where to find column internal name

Short version: if you just need to get the internal name, you can find it via List settings -> Click on the column name -> It’s at the end of the URL on the Edit column page, after ‘Field=’.

And now the long version.

Internal name format

Internal name is assigned when you create a new column. During the creation you define the column name, where you can use almost any characters. But on the background, SharePoint needs clear identifier of the column, without any fancy characters, in URL format. That’s a format usable as part of a URL, no spaces, with limitation for special characters. Let’s take an example, creation of a new column called ‘Tom’s lovely column’.

Column created from modern list view

One of the options to create a new column is directly from the modern list view. If you scroll to the right side (and if you have the required permissions), there’s a column .

This column’s internal name will be ‘Tomslovelycolumn’, clear from the spaces and the ‘ character.

That means, every time you need to reference this column using code, you should use this name.

Filter example:
Tomslovelycolumn eq 'Good'

You can see that also Power Automate is using this name on the background, behind the fancy dynamic content.

Column created from list settings

To make things more complicated, the internal name is not always in such a nice format. You can create a new column also from List settings -> Create column.

The internal name isn’t as pretty as it was before. All the spaces are replaced by _x0020_, single quote is replaced by _x0027_, and any other special character will be replaced by code as well.

But still this is the column name you have to use.

Filter example:
Tom_x0027_s_x0020_lovely_x0020_c eq 'Good'

And which also Power Automate is using.

Summary

As you can see, internal names can be simple or terrible, depending on how the column was created. It’s not a problem to copy/paste even the most unreadable internal name and use it in a filter, condition, or any other piece of code, as long as you know where to find it.

But it’s still in my list of most common filtering problems and it’s much easier to create column with a simple internal name. Either use the possibility to create new columns directly from the modern list, or create columns in 2 steps via the List settings:

  1. Use simple column name when creating the column, it’ll assign simple internal name.
  2. After column is created, edit the column name. It’ll keep the simple internal name while you can have a complex display name.

🚀 Master Power Automate

Join 2,000+ professionals getting actionable Power Automate tutorials, solutions, cheat sheets & tips every week.

No spam. Unsubscribe anytime.

4 thoughts on “What is SharePoint column internal name and where to find it”

  1. Pingback: How to Encode SharePoint Column Display Names to Internal names
  2. Florian Maak says:
    September 20, 2022 at 10:57 pm

    Dear Tom,

    I struggle with some specific issues regarding to the column internal name.

    1. In my sharepoint list, I am using fields, that are a VLOOKUP (german: Nachschlagen) from another sharepoint list.

    Field list:
    Projekt&Phase Nachschlagen
    Projekt&Phase:Kunde Nachschlagen

    I can see the internal ID for Projekt&Phase:Kunde is Projekt_x0026_Phase_x003a_Kunde.
    I have it like this in my flow: Projekt_x0026_Phase_x003a_Kunde eq’@{items(‘Auf_alle_anwenden’)?[‘LexOfficeContactID’]}’

    But it says that the column does not exist: Same happens will all other vlookup columns.
    Die Spalte ‘Projekt_x0026_Phase_x003a_Kunde’ ist nicht vorhanden. Möglicherweise wurde sie von einem anderen Benutzer gelöscht.
    clientRequestId: ae269b29-929a-4293-86d4-93aac7bb62e3
    serviceRequestId: ae269b29-929a-4293-86d4-93aac7bb62e3

    Reply
    1. Tom says:
      September 27, 2022 at 3:46 pm

      Hello Florian,
      from the description I’d guess that the Projekt&Phase:Kunde is a column that should show some additional field from the lookup list based on the Projekt&Phase column. If true, you can’t use this column for a lookup, you can use only the main column, in your case Projekt&Phase as that’s where the lists are connected.

      Reply
  3. Pingback: Webinar: Klassisches DMS und Teams – LANSCO GmbH

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

🚀 Master Power Automate

Join 2,000+ professionals getting actionable Power Automate tutorials, solutions, cheat sheets & tips every week.

No spam. Unsubscribe anytime.

Working on an Approval process?

Use the Approval Process Template and the Task Delegation App to skip the hard part and deploy a fully functional approval solution on a SharePoint list in minutes! And then the next one, and the next one...

Approval Template Preview ✨ Learn more ✨

Turn ideas into flows with ease!

Grab the complete Power Automate Cheat Sheet Bundle—everything you need to master expressions, SharePoint HTTP calls, and Graph API in Power Automate.

Cheat Sheet Bundle Preview ✨ Get the Cheat Sheets

Didn't find what you were looking for?
Need to adjust a solution to fit your needs?
Or would you just like to get an assistance from somebody with thousands of hours of experience with Power Automate?

Power Automate blogs worth visiting

Damien Bird
Dennis (Expiscornovus)
Paul Murana

©2025 Let's POWER Automate | Theme by SuperbThemes