Is there a way to pull a primkey to set it to a token in Workflow. It currently seems this isn't a built in feature; I have queried a table, but when going through each row to modify a previously created token the column PrimKey that is in the table does not show as available.
Could this be circumvented with a Custom Query along the lines of
SELECT [Instance ID] FROM TestTableIT WHERE (SELECT DISTINCT PrimKey);
Then have a For Each Row Update Data... the only issue with this would be that the Update Data step still wouldn't be able decipher the disctinct PrimKey due to a lack of a token.