Using Popup Data as Repeating Group's Data Source

I am stuck trying to figure out how to make the data collected in my popup, as the datasource for my repeating group.

Essentially, the user can add people to their “team” in my app.

The flow is supposed to work like this:
User selects “Add New Member” a popup then comes on the screen → User types in Member’s details → User hits “Save” button on popup → Data collected in popup generates in repeating group (essentially a centralized list of people on the project)

The issue I’m having is that the data in the popup isn’t being saved in the repeating group and I am trying to figure out how to make the popup disappear after hitting “save.”

Another issue is that what I type in the one popup is generating through all repeating cells, instead of one specific cell.

I also want an email that prompts the member to sign-up for an account.

You would need to create a new type called, “Member” or whatever you want to name it, then add fields with the fields you want, eg. Full Name, Email, Phone Number, Title, then when the workflow for the “Save” button should be, Create a New thing, the thing would be “Member,” then fields would reference each of your inputs.

Does your repeating group reference your “Member” thing?

You are referencing the input data in your repeating group, not your dynamic data saved to your database.

You can create a new popup, then the workflow for that would be for signing a user up. You can learn more about this via the documentation below.

1 Like

You would need to create a new type called, “Member” or whatever you want to name it, then add fields with the fields you want, eg. Full Name, Email, Phone Number, Title, then when the workflow for the “Save” button should be, Create a New thing, the thing would be “Member,” then fields would reference each of your inputs.
I did the first part, but my workflow appears to have been incorrect in the second half. I’ve updated to your recommendation…how do I make the popup disappear after hitting “save” though? I’ve made Step 2 to reset relevant inputs and then hide Popup A. Don’t know if this is the most appropriate thing to do.

Does your repeating group reference your “Member” thing?
I believe so…I have Team Members as the reference.

Yes, hiding the popup is an appropriate thing to do.

It looks like your text values are referencing the data in the inputs instead of the member’s thing

I’m genuinely stumped. I literally made updates and still to no avail.

What do mean referencing inputs instead of the Team Members? The text changes to “Input” in front of each of the field in the repeating group b/c the popup is that data source which collects what will populate in the repeating group table.

Repeating Group Data Source

Popup Save Button workflow

Your text in your repeating group. The dynamic says “Input’s…” instead of “Current Cell’s Team Member’s Full Name,” etc…

1 Like

Thanks so much for all of your help! I’ve updated to show “current cell”, but the repeating group is still not populating data collected in the popup, so I think I’ll nix the popup for the sake of time and my sanity.

I’ve watched tons of videos and conducted tutorials, and still can’t figure out where I’m going wrong. The weird thing is, the data is being collected, but the popup isn’t speaking to the repeating table properly.

I’ll just reconfigure and eliminate the popup. Thanks again!

The reason nothing is showing up on your repeating group is simply because you have constraints in the data source of your repeating group. In order to fix your issues you’d need to remove the constraints in the data source of your repeating group.

Omg!! That worked! I was just about to give up! Thank you so much!

1 Like

No problem! I looked back over your screenshots above and noticed it! Glad to help!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.