Partial entries log into Zapier/a Google sheet

Hi there,
I tried searching on the forum first but didn’t find my answer. I use the plugin Partial entries and would like to be able to use the partial entries in an automation, but I can’t seem to find how on Zapier as my only available trigger is “Form Submission”.

Thanks for your help!

You can use the gform_partialentries_post_EVENT hooks to trigger processing Zapier feeds when a partial entry is first saved and/or updated. See the following page of the documentation for a usage example:

Thank you!