Notifications
Announcements
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)
I have added a get a row by id Datverse connector and used itemID as row id
but it is showing flowing error
Could anyone please help me to fix this issue
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
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.
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.
Hope this helps.
Thanks!
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.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 380 Most Valuable Professional
Kalathiya 340
MS.Ragavendar 333 Super User 2025 Season 2