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