Gravity Forms Advanced Post Creation with Advanced Field List

Hi There…
Can one add a LIST (advanced filed) with Gravity Forms Advanced Post Creation.
So a need my LIST to be a POST.
Can one do it with Gravity Forms Advanced Post Creation?

Hi Jacques. Without knowing all the details of your form and the post you want to create, I believe it would still be possible to use the gform_advancedpostcreation_post() filter to create a post using the data collected in the list field:

That example shows changing the post content. You have the $entry object available to you, so you can check all the List field items submitted and add them to your post in whatever format you need.