How to add fields to a secondary data source fed repeating table

A

APe

Hello!
I have a repeating table that takes its data from a secondary data source
(web service) with a list of names. I would like to associate a date to each
name and save it on the form. There are two problems: one is that the data
got from the secondary data source is not saved on the form, and the other is
how to add to the repeating table a new field not present in the data
recovered from the web service (and also have that new date field saved on
the form).
Hope the question is clear enough.

(PD: In case that it is possible to do this, is it possible without adding
code to the form... just editing rules)
 
C

Clay Fox

To do this you would need to create the data structure you wanted in your
form and then copy what you needed from your secondary into this one. Then
you can save it with your form and have any additional fields you need. You
can use the set field action and should not need code for this.
--
Thanks

Clay Fox

Qdabra Software
http://www.qdabra.com

InfoPathDev.Com
The Largest InfoPath Forum in the World
http://www.infopathdev.com
 
A

APe

I am not sure of which would be the right data structure for copying a
repeating table.
I have tried to add to myfields another repeating table and associate its
value to the secondary data source, but I just was able to view the first row
in the myfields:repeating table...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top