How to get value from datarow

Hi all

I need to get WIID value from Transactionitem( A datarow), can you please suggest how to do that

thanks

in_TransactionItem(“WIID”).ToString should give you the value of the WIID.

Thanks,
Rammohan B.

@Rammohan91

thank you.

I need clarification on breakpoint insertion in workflow, if I insert a breakpoint in a workflow it is just ignoring it. how to insert a breakpoint in workflow. do we need to put breakpoint on activity or mainwindow…

Are you clicking on Run from Execute tab? You need to click ‘Debug’ to start the debugging. It will stop at your breakpoint from where you can use Continue, Step Into or Step Over.

Thanks,
Rammohan B.

ya just now tried that…

thank you:grinning: