Hello,
I'm trying to create a record on airtable when a new outlook event is created.
The record created will contain: the email of the participants, the name of the participants and the date of the meeting.
In my current zap configuration, I correctly obtain the participants' email using Text in Formatter by Zapier. Currently, it is returned as follows : emailAddress: {'address': 'MyEmail', 'name': 'MyName'} status: {'response': 'none', 'time': '0001-01-01T00:00:00Z'} type: required
I’d like to get the MyName to fill my airtable record.
Any help on that ?
Best