Activity steps to add values for Database Table records
I have data records with existing columns in the database table. Where I have the requirement to add additional column (Country )in the DB table and adding values in the new column for the existing records.
How can we achieve it by using activity steps? Could you please provide the step-by-step guide on updating value for the old records using activity steps?
Note: pyGUID is the unique value for all the records
Thanks in advance!