Is there a way to conditionally update a custom post type instead of creating a new post when using the Advanced Post Creation add-on?
The gform_advancedpostcreation_post hook seems to be the only one that fires before the post is created but the documentation states explicitly not to override the Post ID value.
Is there anyway to set a post ID or some other way to conditionally update instead of creating a new post?