In the applet, Todoist task creation triggers the creation of a record in an Airtable Base in a table called Tasks.
Any help would be appreciated. The applet is triggered successfully and creates a record in the correct table, but the fields are all blank. I’ve tried several variations, trying to figure out what airtable wants that it isn’t getting.
airtable::Task Description::{{TaskContent}}
airtable::Class:: {{Project}}
airtable::Due Date::{{DueDate}}
Tasks::Task Description::{{TaskContent}}
Tasks::Class:: {{Project}}
Tasks::Due Date::{{DueDate}}