How to update the value of non-key column in TableView/LookupTable
Hi,
I have TableView/LookupTable and would like to have a new column which will be initially blank. After some process, this will be updated to some value.
Example: Initial value of Category is all blank. Afterwards, those will be updated based from Country.
Employee | Country | Category
Aaron | United States | A
Bill | United States | A
Charlie | Canada | B
Thanks