Thanks for your reply.
Actually, I am seeing the below codes are not working.
$submission = WPCF7_Submission::get_instance();
if ( $submission ) {
$posted_data = $submission->get_posted_data();
$submitted_contact_form_id = $posted_data['_wpcf7'];
}
$postid = $posted_data['hidden-post-id'];
I am not getting the hidden post value after updating to CF7 5.2 onwards.