Forum Discussion
olimilo
5 years agoPost Prodigy
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...
v-lionel-msft
5 years agoCommunity Support
Hi olimilo ,
I think you need to reference the Table.ReplaceValue() function once for each column you want to replace.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.