Forum Discussion

olimilo's avatar
olimilo
Post Prodigy
5 years ago

Can I parameterize the Table.ReplaceValue command in a custom function?

I made the custom function below as I need to run the same function for 15+ columns, basically to replace colA with colB if it isn't null, otherwise to retain the value of colA:     let updateFie...