I faced a problem with GetTransactionData.xaml. I have invoked another workflow that creates a datatable correctly and passes it as an argument into GetTransactionData.xaml. After this it should proceed into Process.xaml and iterate over the stored data as datarows. The first iteration works fine, but the datatable, that should be in GetTransactionData.xaml, seems have lost its value (>Is Nothing)…
Thank you for your quick support, I appreciate it. I found the problem now. The problem was at “Get Transaction Data” -state, I hadnt pass “TransactionData” -variable as argument (io) from this state… Now the dataflow is working as meant Thanks!