How do I patch a Currency field value from a Canvas Power App to Dataverse?
Views (1)
Introduction:
In this blog, we will see how to patch a Currency field value from a Canvas PowerApps to Dataverse or MSCRM
Implementation Steps:
- Navigate to https://make.powerapps.com
- Click On Apps
- Click New and select Start from Page Design
- Click Create
- Now once the page opened Add a Datasource called Accounts
- Now Add a Gallery and Select Items as Accounts
- Now Add a Form and Select Items as Accounts and Gallery.Selected as Account
​​​​​​​ - Add a Column Annual Revenue ( in my case am using account table as my DS)
- Add a Submit Button
- On select of Submit button add below code
Descrption about Code:
- Patch - Save the record to DB
- Account - Table Name
- Lookup Query - Retrieve the record to Update
- Annual Revenue - Column Name
- Value - As Annual revenue is my Column to update it will expect Number
Conclusion :
Using above code we can patch Currency field to Dataverse or MSCRM.
This was originally posted here.

Like
Report
*This post is locked for comments