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?
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
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
Kinldy note:
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
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.