Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

Patch null in a column

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi all,

I'm seeing there is/was a bug preventing patching a null value.  It appears this is still the case?  

I'm trying to null out one column on the onchange of another column.  I've tried using UpdateIf and Patch unsuccessfully.  I just want it so that if something is entered into a row on column B, I need it to automatically empty out column A in the same row - either through the onchange of the cell in the gallery, or via the submit button after editing the cell.   Possible?

Thanks

Categories:
  • cwebb365 Profile Picture
    3,294 Most Valuable Professional on at
    Re: Patch null in a column
    Try reset(control) that should blank it on screen. But not sure if it’ll write null to datasource in patch.
  • russrimm Profile Picture
    Microsoft Employee on at
    Re: Patch null in a column

    @cwebb365 wrote:
    You’ll have to use a variable and use it as the value() in the text of estimated control. Then onselect of the actual use a set(). However it probably would just be easier to throw an If(!isEmpty(actual.text),value(estimate.text),value(actual.text)) in your patch for that column you are updating.

    Of if it’s two separate database columns then use that same command but put 0 in place of the value(actual.text) spot.

    Thanks that's helpful.  This is what I ended up with in my Patch statement.  

    Estimated:If(IsBlank(ActualDataCard.Text),Value(EstimatedExpDatacard.Text),Value("0"))

     

    I only want it to empty out the "Estimated" value in the modified line item when that line item's "actual" amount is updated.  So I used IsBlank vs IsEmpty.  I tried just using Value("") instead of Value("0") but Value("") doesn't modify the currently set Estimated value at all.  It'd be cool if I find a way to null the value out so it doesn't show a 0 but it should suffice for my needs.

     

  • Verified answer
    cwebb365 Profile Picture
    3,294 Most Valuable Professional on at
    Re: Patch null in a column
    You’ll have to use a variable and use it as the value() in the text of estimated control. Then onselect of the actual use a set(). However it probably would just be easier to throw an If(!isEmpty(actual.text),value(estimate.text),value(actual.text)) in your patch for that column you are updating.

    Of if it’s two separate database columns then use that same command but put 0 in place of the value(actual.text) spot.
  • russrimm Profile Picture
    Microsoft Employee on at
    Re: Patch null in a column

    They're both values.  Basically I have a column with estimated expenses and another with actual expenses.  If someone finally spends the money, they will update the actual expense text input in the gallery and I want the estimated value to change to 0 or null so it doesnt mess my calculations up (i'm combining estimated and actual together for the "remaining budget" value and don't want a single line item to count against them for the sum of both estimated and actual.

    Thx

  • cwebb365 Profile Picture
    3,294 Most Valuable Professional on at
    Re: Patch null in a column
    What is the data type? Can’t just set it to blank?

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,524 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,906 Most Valuable Professional

Leaderboard