How to take value from data table and create register in another application

Hello Everyone,

I have a excel data table(not as a dynamic table format its normal excel table) range A3:L28 i need to take data available under F column and I column take this data and go to my ERP and then i should create register for all the data which is available in F column (till last empty row).

Can someone help me to get it resolved.

Hey @Lawrance_A,

You can get the data from columns F and I in this manner.
DataTable_Display.xaml (10.0 KB)

Regards,
Rishabh

@Rishabh_Lakhera Thank you its working