Expand my Community achievements bar.

Form rendering OR dynamic form generation in workflow

Avatar

Former Community Member
The product I am using is
Workflow Designer 7.2
LiveCycle Designer 7.1

I am trying to generate a pdf file in a workflow from xdp file and xml data. I have created a xdp file and I have xml file to populate it. As long as one to one relation is there between xml data and field in the xdp I am fine. I have a need to populate same filed with multiple xml data and I am not able to do this.

For example here is a xml file



<person>
Jack
Smith
</person>

<person>
Mike
Johnson
</person>



In my pdf I want somethng like this:

FirstName LastName
---------
Jack Smith
Mick Johnson

Any help will be appriciated?
4 Replies

Avatar

Level 9
Hi

1. You're on the wrong forum. Please post on the LiveCycle designer forum.

2. Use a Table or a repeating subform. Bind the table row to "persons[*]" and the column cells to person/first_name.

Howard

http://www.avoka.com

Avatar

Former Community Member
Thank you Howard.

I am still having problem. I can only get first item displayed, whatever I do. Anyway, I will post it in LiveCycle designer forum.

Avatar

Level 9
Make sure that "Repeat Row for each data item" on the Binding tab for the row is set.

Howard

http://www.avoka.com