Hi,
I’m building a matchmaking app in a Coda doc. I’ve already matched/introduced a couple people together. For the second round I want to avoid introducing the same people again.
- Past introductions stand in columns [Select intro 1] and [Validated intro 1]
- New introduction stand in columns [Select intro 2] and [Validated intro 2]
- In column [Select intro 1] I’ve included the following filter in item settings: not([Validated intro 1]). It does the job of avoiding matching the same person more than once in the same round. Works fine.
- For the second round tho, in column [Select intro 2] I’ve included 2 filters:
- not([Validated intro 2]) to avoid matching the same person more than once in the same round. Works fine.
- not(thisRow.[Validated intro 1]) to avoid matching a person from a past match. Does not work.
For instance in the table below, in [Selected intro 2] I want to avoid that Youssoupha appears in the dropdown menu to be matched with Michael Jackson.
Any idea how should I fix this?
Here’s the doc: