Hi All,
I am passing values in form which I am storing in datatable.
after storing them in datatble my requirement is to check whether the accountno1 matches with accountno2 of datatable.
But after passing same accountnumbers in custom form and checking that firstvalue matches with another or not still i’m getting result “diff” in messagebox which should be same.
dtOutput:
accntnumber amount
12345678 34
12345678 12
23456 33
logic I have used:
assign accNumber=string.empty
then I used foreach row in dtOutput
testFlow.xaml (36.5 KB)