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 / Sharepoint List , I ne...
Power Apps
Answered

Sharepoint List , I need to change all values in a column that are F to Future

(0) ShareShare
ReportReport
Posted on by 102

Hi I am trying to make sure I have the correct formula to change values in a Sharepoint List that feeds my Power App , as if I could not find any other way to update it automatically.

The code I have created is - ForAll(Master_Profiles, If(field_15 ="F",{field_15 : "Future"}

The SharePoint Table is called Master_Profiles , and the the field name field_15 is a text column , which contains multiple codes , that I need to change to their actual name , so in this example

I want to loop through all of the rows and for each row that has an F , change the value to Future.

As this data is live data I wanted to make sure it was correct. As IU have only been learning Power Apps for 3 weeks.

Any help would be much appreciated.

Thankyou

Categories:
  • Verified answer
    theapurva Profile Picture
    970 Super User 2024 Season 1 on at

    Hello @JD_26 ,
    Add one button to your app and put OnSelect formula as below:

    UpdateIf(Master_Profiles, field_15 ="F",{field_15 : "Future"})

     this will replace all items with 'Future'.

  • JD_26 Profile Picture
    102 on at

    Thanks that worked great , my last task is to have a button to delete associated tables by 2 matching values

    I have added a delete button to the supplier gallery , which is called supplier_search

    Is this code I have created from some research correct . ???

    RemoveIf('Contacts',field_2=supplier_search.Selected.Title&&field_13=supplier_search.Selected.field_15));
    RemoveIf(Activity_List,field_2=supplier_search.Selected.field_15&&Title=master_search.Selected.Title));

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 393 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 278 Most Valuable Professional

Last 30 days Overall leaderboard