My app is connected to a SharePoint List "Investments".
I want to replace the values of the field "Cod_Projeto_key" when the variable "CodigoProjeto" is different from "DataCardValue4_1.Text" and the user clicks a button.
So, if CodigoProjeto is "123" and "DataCardValue4_1.Text" is "1234", then ALL the records equal to "123" in the field "Cod_Projeto_key" should be replaced by "1234" in list "Investments".
I'm trying a formula for the OnSelect of the button with Lookup, Replace, Update, etc. but can't find one that works.