DataRow Error

Hello ,
I use assing act.

Arguments;
out_Datarow type of Datatow
in_Datatable type of Datatable
io_Count type of io

out_Datarow=in_Datatable(io_Count) but there is a error can u help me?

@sedayngl_sedayngl33 what is type of io_Count
io is argument type but what is argument type

Hi @sedayngl_sedayngl33

The io_Count should be of type int or Integer

Thanks

1 Like

Hello,
io_Count type of ınteger but there is a error.I dont know why?

looks like you want to take a particular row
out_Datarow=in_Datatable.Rows(io_Count)

io_Count Datatype: int32


ı made did but, still error.

Kinldy note:
grafik

we mentioned:

Better if you will elaborate on the business case and what is tried to get achieved

whenever a validation issue occurs, then also share the details / message with us. Thanks

i did thanks for helping :slight_smile:

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