I tried adding the snippet to functions.php and setup the priority to 20, 50, 100 and 9999. Unfortunately, nothing works.
Is there anyway that the Post to GMB plugin will only be called with this hook?
add_action( ‘gform_advancedpostcreation_post_after_creation’, ‘your_function_name’, 10, 4 );
That is a hook that calls a function when the post is already created.
Thank you for your help @koen12344