Skip to main content
1-Visitor
September 24, 2019
Question

put ptc dropdown list's value into another datatable

  • September 24, 2019
  • 3 replies
  • 1451 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

3 replies

Support
October 2, 2019

Hi @xiaoqw.

 

It appears you're trying to add rows to a data table at runtime in your mashup.  There is a service called AddDataTableEntry that can be used to add individual rows to the data table.  It's unclear from your screenshot if you're making use of this service.  Can you confirm if you're using this service?

 

If we've missed anything or if there's something different you're looking for, please provide additional information.

 

Regards.

 

--Sharon

xiaoqw1-VisitorAuthor
1-Visitor
October 3, 2019

thank you. I find a way to do that.