I want to add currentRow to DT_result(datatable)
but Add Data Row: Object reference not set to an instance of an object. error occured.
please help. how can I fix it?
Hi @numberkite
Welcome to Uipath community
Try to give like this {CurrentRow}
Check whether the Dt_result
is assign properly?
Regards
Gokul
Try with this syntax @numberkite {Currectrow(0).Tostring}
Can you tell what do you need to achieve?
Regards
Gokul