cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Table Example in Form

skum200
Champ in-the-making
Champ in-the-making

Hi,

I am new to APS and trying to use a dynamic table inside a form. I don't know how i can assign the data source to the table so that it can render it while process is executed.

I am working on APS 1.9.0 version.

1 REPLY 1

mdtabrezmca
Star Contributor
Star Contributor

Hi,

   Please refer this thread You can use script task to get the variables and store them in to the dyanmic table.You can also use execution listner to update the dynamic table data. Using ObjectMapper since dynamic table defination is stored as Json in the form so you need to get that using ObjectMapper