Advanced post creation add on's File upload value saved as a file URL on ACF field not as post ID

When using the Advanced Post Creation (APC) Add-On in Gravity Forms to handle file uploads, a common issue arises: the uploaded file’s value is saved into an ACF (Advanced Custom Fields) field as a URL, rather than the expected attachment post ID. This behavior can cause compatibility problems, especially when the ACF field is expecting an Attachment ID (common with ACF’s File field type), not a raw URL.

Have you tried configuring it like the following page of the documentation:

1 Like

This will help:

Thank you so much! This works perfectly

1 Like