I am wondering if I can have a collection that has values associated with a radio button that then allows the values of the collection to be populated in fields outside of the collection.
If you select Biological Mother then these fields are populated on a different form in the Business process:
then if there is a father the fathers information is populated in these fields:
I would like to do this using formulas. I have tried a simple if statement and I have tried using index and row but it doesn't seem to work properly. There will always only be one biological father and biological mother. I fell I am missing something with how I am calling up the radio button. Any help is appreciated.