cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

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

xiaoqw
15-Moonstone

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

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

ACCEPTED SOLUTION

Accepted Solutions
PaiChung
22-Sapphire I
(To:xiaoqw)

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.

View solution in original post

5 REPLIES 5
PaiChung
22-Sapphire I
(To:xiaoqw)

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.

xiaoqw
15-Moonstone
(To:PaiChung)

Hi can u show me an example for this method?
xiaoqw
15-Moonstone
(To:PaiChung)

Hi PaiChung, how to write them into other them in another datatable? that's the point I want to figure it out.

PaiChung
22-Sapphire I
(To:xiaoqw)

You use the standard services available with datatables

Get/Query DataTableEntries to retrieve Add or AddOrUpdateDataTableEntry to write

xiaoqw
15-Moonstone
(To:PaiChung)

Thank you. I figure it out alr. 

Announcements

Top Tags