Argument DataTable output

I have a DataTable (in) argument
[Id, Usename, Password, URL] how do I encrypt the information in these arguments

example output

write line 1 ID = 001
Write line 2 Username = teste.teste

I Tried:
in_Argument.Item(“ID”).ToString
in_Argument.Select(“ID”).ToString

I don’t know the correct syntax. Can someone help me

in_Argument.Rows(0)(“ID”).ToString
:grinning:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.