web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / What is "Excel - Get R...
Power Automate
Answered

What is "Excel - Get Row" action's "Row id" ?

(1) ShareShare
ReportReport
Posted on by 1,724

I want to use my Table's value on my Excel file.

 

My Table:

Table Name: "Table1"

Row 1 = Columns Name "Name", "Age"

Row 2 = Values "A", 10

Row 3 = Values "B", 20

 

I try "Row id" = 1, Faild

Body
{
"status": 404,
"message": "No row was found with Id '1'.",
"source": "127.0.0.1"
}

and also "Row id" = 2, Failed

Body
{
"status": 404,
"message": "No row was found with Id '2'.",
"source": "127.0.0.1"
}

 

What value do I set "Row id" ?

 

Regards,

Yoshihiro Kawabata

Categories:
I have the same question (0)
  • Verified answer
    Jaden Profile Picture
    Microsoft Employee on at

    Currently, the "Row ID" represents an ID which is different from the "Row Number", which you happen to be trying.

     

    Once you create a connection to an Excel table, you will notice your table will now have a "__PowerAppsId__" column - that is where you find the ID for that row, that you can later specify in a Flow.

     

     

  • yoshihirok Profile Picture
    1,724 on at

    Great thank you, @Jaden 

     

    I done edit my flow, and this work well.

     

    Best Regard,

    Yoshihiro Kawabata

  • gmkafafi Profile Picture
    6 on at

    Hi Jaden. How would I go about specifying __PowerAppsId__

    I see it in my table but it dosen't show up as dynamic ontent when editing my flow.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi @Jaden

     

    Regarding "Once you create a connection to an Excel table, you will notice your table will now have a "__PowerAppsId__" column - that is where you find the ID for that row, that you can later specify in a Flow."

     

    I have a catch 22 problem. How do I create a connection? The flow will not let me create a connection because of the original issue of not finding the row ID.

     

    @gmkafafi, did you figure it out?

     

    Thanks in advance

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    I'm having the same problem.  I'm trying to create a Flow, but it needs a Row ID.  How do I find that?

  • chabader-jarvis Profile Picture
    8 on at

    I don't know if it's the right way to go about doing this but I was able to copy the column from another table that had it. 

    The document that I was able to grab this from was a document I was using in Flow with an Insert action which seems to generate the __PowerAppsId__ column automatically. It seems that the Get/Update actions don't create the column automatically. You should be able to add this to your table manually. 

     

    The column title is: __PowerAppsId__

    The row data for the ID looks like a random, unique 11 character base64 number. I was able to generate some using this tool.

     

    Base64 Random

     

    I hope this helps. Once again, I don't know if this is the way you SHOULD be doing it but it's how it worked for me. 

  • juanriher Profile Picture
    2 on at

    How I can use the "__PowerAppsId__" column, I conect the excel and this colum not show in dynamics option.

  • ErichH Profile Picture
    322 on at

    Here a flow only way to generate random IDs as a callable module:

     

    Calculation method:

    concat(variables('S_Temp'),substring(variables('S_CharArray'),rand(1,variables('I_Len')),1))

     

    S_CharArray: 

    abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_

     

    HTTP Request Body:

    { "S_RandomRowID": "<Number of Random Characters>"}

     

    Parse JSON output:

    {

      "type""object",

      "properties": {

        "S_RandomRowID": {

          "type""string"

        }

      },

      "required": [

        "S_RandomRowID"

      ]

    }

     

    Flow:

    RandomID_1_2018_01_09_ 18-17-39.jpgRandomID_2_2018_01_09_ 18-17-39.jpg

  • Krutika S Profile Picture
    13 on at

    Hi,

     

    Did you get a solution? I need to access  "__PowerAppsId__" to get a row id and pass it to the flow but not finding any solution to this. 

     

    Regards,

    Krutika

  • ErichH Profile Picture
    322 on at

    easiest is to introduce a new column in the excel table and store in it your own unique RowIDs.

    use those in GET ROWS statement and use advanced options to filter the RowIDs for specific values.

    this will give you IDs to use in subsequent actions. 

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 523

#2
Valantis Profile Picture

Valantis 318

#3
David_MA Profile Picture

David_MA 235 Super User 2026 Season 1

Last 30 days Overall leaderboard