Mar 11, 2022 09:27 PM
I am trying to create a mentoring application. So it has :
So far Ive been able to setup 1 as a table.
Also 2 and 3 above as forms.
For the 4 point above, how can I setup a table with Mentor, Mentee and the Date/Time where availability equals the requested time frame ?
Mar 12, 2022 06:58 PM
Requesting the wizards @ScottWorld @Mohamed_Swellam for help here :smiling_face_with_halo:
Mar 12, 2022 07:10 PM
You can only match natively in Airtable if you show the mentees the time slots that mentors have already chosen, and then the mentees can select from one of those pre-chosen time slots.
Otherwise, to handle more complex matching requirements, you would need to write your own custom Javascripts or use an automation platform like Make.com.
Same thing with creating a Google Meet meeting — you would need to write a Javascript for this or use an external automation platform such as Make.com.
Mar 12, 2022 08:17 PM
Hi @mentor_tester ,
Following @ScottWorld 's reply, unless you do some scripting this is not possible. The alternative is to show the mentees the time slots pre defined by the mentors where they can book them from a calendar view.
Mar 13, 2022 11:13 AM
Thanks a bunch @Mohamed_Swellam and @ScottWorld for the swift response. I believe I missed out a couple of details and samples. I have tried to get the response from both (mentor and mentee) forms in one table. The only pending part is setting up a way to ensure:
When Condition A and Condition B is met, then CREATE a new row with the details AND SET STATUS to MATCHFOUND
Reference image below:
What I have tried:
So none of the above helped .
Can you please help me with this piece? :pray:
Mar 14, 2022 05:34 AM
That is exactly what needs scripting. Basically each record is its own data and you cannot link them except with a script .
Mar 14, 2022 07:11 AM
Thanks for the pointers @Mohamed_Swellam .