Hi Team,
I want to encrypt the data row in the below data table and want to load each row as a single queue item by taking the reference as Name column. Can you suggest me in doing this with the best approach.
Input Data Table :
Loop through each DataTable row – Use a For Each Row activity then convert row to JSON – So the whole row becomes one string. Then encrypt JSON string – Use AES or another encryption method for security. Use Add Queue Item – Reference → row("Name").ToString (Name column) Specific Content → Encrypted JSON string