Query: Find or Create Task
Google Tasks Operation

The Find or Create Task query locates an existing task or creates a new one if it doesn't exist.
Example User Story
I want to find an existing task by its title or create a new one if it doesn't exist, so that I can manage my tasks efficiently.
Fields
Field Name
Field Type
Required
title
String
Yes
taskList
String
Yes
notes
String
No
due
String
No
Related Connections
Related Automations
Example link
Code (Apache v2.0): Operation
Last updated