cancel
Showing results for 
Search instead for 
Did you mean: 

Retrive Table Data from Offline Adobe Interactive Form into WD Context

Former Member
0 Kudos

Hi, I´m working with offline Adobe Interactive forms and I need to retrive the data in a table of the form into the context of my WD. I am able to retrive the simple fields, but when I try to read the Table the context node remains empty.

My Context Structure is:

+DataSource (Cardinality: 1..1 - Singleton true)

|--- +TableList (Cardinality: 1...1 - Singleton true)

| __|---+TableWrapper (Cardinality: 0...n - Singleton true)

| _____|----+TableRow (Cardinality: 0...1 - Singleton false)

| ________|---- -field1 (string)

| ________|---- -field2 (string)

|

|--- -simpleField (string)

Well in the Table of the Interactive Form I used this binding:

Table1 -- $record.TableList

Row1 -- TablaWrapper[*]

In each field of the Row:

TableRow.campo1

TableRow.campo2

Any suggestions or help would be great.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I am also facing the same problem. How did u solve the problem.

Thanks & Regards,

Manikandan.S

Former Member
0 Kudos

I`ve found out how to do it, thanks anyway.