How can I pass the repeating field(s) to the external app

I am able to pass a single field to the external app. Now what should I do
if I need to pass all the collected value of the repeating field ?

The concat() or join() functions can be used to collapse all responses for
a repeating field into a single non-repeating field, which could then be
transmitted.

https://opendatakit.org/help/form-design/binding/

··· On Fri, Jul 22, 2016 at 10:16 AM, Pujan Poudyal wrote:

I am able to pass a single field to the external app. Now what should I do
if I need to pass all the collected value of the repeating field ?

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

What happen if i have dynamic values. For example, i need to collect information about all the members in a family and i using kish table i need find one among them. For that i have created an application. Application will do algorithm using kish table. I need to pass the collected data to app. How can i do that.

··· On Tuesday, August 9, 2016 at 12:52:15 AM UTC+5:30, Mitch wrote: > The concat() or join() functions can be used to collapse all responses for a repeating field into a single non-repeating field, which could then be transmitted. > > > https://opendatakit.org/help/form-design/binding/ > > > > > > > > On Fri, Jul 22, 2016 at 10:16 AM, Pujan Poudyal wrote: > > I am able to pass a single field to the external app. Now what should I do if I need to pass all the collected value of the repeating field ? > > > > > -- > > You received this message because you are subscribed to the Google Groups "ODK Developers" group. > > To unsubscribe from this group and stop receiving emails from it, send an email to opendatakit-developers+unsubscribe@googlegroups.com. > > For more options, visit https://groups.google.com/d/optout. > > > > > > -- > > Mitch Sundt > Software Engineer > University of Washington > mitche...@gmail

To send data to an external app, see
https://opendatakit.org/help/form-design/external-apps/

Yaw

··· On Wed, Sep 28, 2016 at 11:51 AM, wrote: > What happen if i have dynamic values. For example, i need to collect information about all the members in a family and i using kish table i need find one among them. For that i have created an application. Application will do algorithm using kish table. I need to pass the collected data to app. How can i do that. > > > On Tuesday, August 9, 2016 at 12:52:15 AM UTC+5:30, Mitch wrote: >> The concat() or join() functions can be used to collapse all responses for a repeating field into a single non-repeating field, which could then be transmitted. >> >> >> https://opendatakit.org/help/form-design/binding/ >> >> >> >> >> >> >> >> On Fri, Jul 22, 2016 at 10:16 AM, Pujan Poudyal wrote: >> >> I am able to pass a single field to the external app. Now what should I do if I need to pass all the collected value of the repeating field ? >> >> >> >> >> -- >> >> You received this message because you are subscribed to the Google Groups "ODK Developers" group. >> >> To unsubscribe from this group and stop receiving emails from it, send an email to opendatakit-developers+unsubscribe@googlegroups.com. >> >> For more options, visit https://groups.google.com/d/optout. >> >> >> >> >> >> -- >> >> Mitch Sundt >> Software Engineer >> University of Washington >> mitche...@gmail > > -- > You received this message because you are subscribed to the Google Groups "ODK Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an email to opendatakit-developers+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/d/optout.