Please Help! It involves matching 2 users

I have been struggling with this problem for a while now and I could really use some help! Please let me know what you recommend. I have made a very quick and thorough video that walks through my simple project and the problem with how I should set up my data (types and option sets) in a simple way, along with my repeating group to match 2 users with similar inputs.

Create two new datatypes

  1. Givers with following fields
    User - Type user
    Shape - Text
    Color - Text
  2. Takers with following fields
    User - Type user
    Shape - Text
    Color - Text

Now when J registers himself as a giver, create a new Giver with relevant details.
When R registers himself as a Taker, create a new Taker with relevant details.
After they complete their registrations successfully,
For J,
Search Takers with
Shape=Do a search for Givers with user=current user:first item’s shape
Color=Do a search for Givers with user=current user:first item’s color

This should return R.
Do the same with replacing Givers with Takers and vice versa for R and that should return J.

1 Like

GOATED! Thanks!!

1 Like