Wednesday, June 8, 2022

Get row value from data row UiPath RPA; C#

 

Example: row.Field<Type>(<Index>)

CurrentRow.Field<String>(1)



Below prints list of all row for Column 1. 

No comments: