Forum Discussion
gvg
5 years agoPost Prodigy
How to reference table[column] as variables in a function
Hi folks, I have a table with very many columns. I am looking to build a function (fChange) that can be called on any column. It looks like this: = (myTable as table, myColumn as text) => let
...