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

Community site session details

Session Id : aYbi+2T48BgdZg2e/pO6cr
Power Apps - Building Power Apps
Answered

Deleting a field within a record

Like (0) ShareShare
ReportReport
Posted on 18 May 2020 08:53:55 by 3

Hello, 

 

I need to delete a field within a record or update the field to be blank. I would like this to happen when an Icon is selected. I have tried Replace, Substitute and Remove and not having any luck. I may be typing the formula wrong to this. 

 

Is there anyone who can help please?

 

Thank you

I have the same question (0)
  • Verified answer
    eka24 Profile Picture
    20,921 on 18 May 2020 at 09:41:25
    Re: Deleting a field within a record

    If the records are Ina Gallery you can insert a checkbox and whenever is checked:

    Patch(Datasource,ThisItem,{Column1:" "})

     

    If it not a Gallery, then use:

    Patch( Datasource First( Filter(Datasource, ID = Textbox2.Text ) ), {ColumnToChange: "" } )

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Tom Macfarlan – Community Spotlight

We are honored to recognize Tom Macfarlan as our Community Spotlight for October…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 885 Most Valuable Professional

#2
developerAJ Profile Picture

developerAJ 571

#3
Michael E. Gernaey Profile Picture

Michael E. Gernaey 352 Super User 2025 Season 2

Last 30 days Overall leaderboard