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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Get a Row by ID _Row i...
Power Apps
Unanswered

Get a Row by ID _Row id From Powerapp to Power automate

(1) ShareShare
ReportReport
Posted on by
 

Hi Everyone

 

I have a power automate flow which will get triggered from PowerApps

 

on select of PowerApps button I have added following formula

 

Set(SelectedButton, "ChangeInRiskCoach");SubmitForm(Form1);RiskManagementServiceDataverse_1.Run(Form1.LastSubmit.ID,SelectedButton)
Danny_Dicaprio_2-1720763043117.png

 

 

 

I have added a get a row by id Datverse connector and used itemID as row id 

Danny_Dicaprio_3-1720763043158.png

 

but it is showing flowing error 

Danny_Dicaprio_4-1720763043108.png

 

 

 

Could anyone please help me to fix this issue 

Categories:
I have the same question (0)
  • mmbr1606 Profile Picture
    14,605 Super User 2025 Season 2 on at

    hey @Danny_Dicaprio 

     

    i guess your topic is a better fit in the power automate community forum to be found here:

    Microsoft Power Automate Community - Power Platform Community

     

    Let me know if my answer helped solving your issue.

    If it did please accept as solution and give it a thumbs up so we can help others in the community.



    Greetings

  • ivan_apps Profile Picture
    2,187 Moderator on at

    Dataverse unique IDs are GUIDs, so it’s a 32 character unique identifier created by the system. Your ItemID is a number, which is incorrect, it should be a string for it to work in Dataverse.

     

    what is your form’s data source? If you are trying to go from sharepoint to Dataverse, you’ll probably want to use the Get Rows actions and use a filter expression to retrieve your desired Dataverse row from sharepoint data.

  • Inogic Profile Picture
    1,135 Super User 2025 Season 2 on at

    Hi,

     

    I have checked the fx formula and your power automate flow’s screenshots and you are passing the simple ID in the Row ID. So please pass the record’s GUID in the Row ID field in the Get a Row by ID action.

     

    To pass the GUID in the Get a Row by ID action, please replace the ID with the GUID which is your entity name in your fx formula.

    For example, if you are using the Account entity then replace Account with ID in your fx formula so it will look like the below fx formula:-

     

    Set(SelectedButton, "ChangeInRiskCoach");SubmitForm(Form1);RiskManagementServiceDataverse_1.Run(Form1.LastSubmit.Account,SelectedButton)

     

    Also, the fx formula will autosuggest the GUID after typing the entity name as highlighted in the below screenshot.

     

    Inogic_0-1720777644663.png

     

    Hope this helps.

     

    Thanks!

    Inogic Professional Services: Power Platform/Dynamics 365 CRM
    An expert technical extension for your techno-functional business needs
    Drop an email at crm@inogic.com
    Service: https://www.inogic.com/services/
    Tips and Tricks: https://www.inogic.com/blog/

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 380 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 340

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 333 Super User 2025 Season 2

Last 30 days Overall leaderboard