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 Apps / Set a default value in...
Power Apps
Answered

Set a default value in Currency field

(0) ShareShare
ReportReport
Posted on by 8

Hi,

How to set a default value '0' in a currency column, can anyone help me on this?

Screenshot 2020-12-17 123124.png

Like this screen shot

 
 
I have the same question (0)
  • yanoh Profile Picture
    Microsoft Employee on at

    @HelvinFrancis Please try to use following Javascript.


    function test(executionContext){
    var formContext= executionContext.getFormContext();
    var currency =formContext.getAttribute("cr39c_testcurrency").getValue();
    if (currency = "null"){
    formContext.getAttribute("cr39c_testcurrency").setValue(0);
    }
    }

  • Verified answer
    Hamish Sheild Profile Picture
    3,005 Most Valuable Professional on at

    Hi @HelvinFrancis 

     

    What @yanoh @has suggested is a solution but it’s complex.


    There are easier ways, without having to write code, using Business Rules or real-time workflow.

     

    Depending on how you want the fields to default, Business Rules might not be appropriate as they only tigger when as user is interacting with the form in the user interface. If you have a background process or integration creating your records then you will want to use the real-time workflow as this also runs in the background.

     

    Hope that makes sense

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 Apps

#1
WarrenBelz Profile Picture

WarrenBelz 519 Most Valuable Professional

#2
11manish Profile Picture

11manish 489

#3
Haque Profile Picture

Haque 327

Last 30 days Overall leaderboard