REFramwework, DataTable, Assing

You can use an assign activity if you know your row index:
in_Data.Rows(#).item(“YourColumnName”)
where # is your row index starting at 0 for row one.
then the value of the assign activity is your string with “Vienna”, given that the column type is String.