Skip to main content
1-Visitor
October 1, 2019
Solved

List Widget as input and put list's data into another data table

  • October 1, 2019
  • 1 reply
  • 1508 views

As Attached file below, I want to put DummyDataDatatable's data into DummyDataDuplicate. And Datashape is same. there are three types of widget: dropdown, textbox and numeric entry.

Now my process is:

1. I link dropdown list's value into textbox in DummyDataDatatable. 

2. I drag textbox's data into DummyDataDuplicateDatatable's column SKU and ID also.

but after that, there is nothing in the DummyDataDuplicateDatatable. 

 

Can Someone help me to figure it out? 

 

Regards, 

Tracy

1.png

Best answer by PaiChung

To Read/Write data from/into datatables you need to user services.

So to move the data, you would select data in one table, then write them to the other table, then do a re-read of the target table to show the new resulting content of that datatable.

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
October 1, 2019

To Read/Write data from/into datatables you need to user services.

So to move the data, you would select data in one table, then write them to the other table, then do a re-read of the target table to show the new resulting content of that datatable.

xiaoqw1-VisitorAuthor
1-Visitor
October 1, 2019
Hi can u show me an example for this method?