relationship field updating post meta ,create new post.

Hi there. new to BF, im creating new CPT post form.

i have a acf relationship field “ministry_name_rf” . manage to get it display at the form BUT there is no update at the site admin and in email its sending me the ID instead of the Title.

My values :

Checkbox wrapper > checkbox . - Label : {post_title}
- Value : {post_id}

conditonally checked if cb value is {brf_acf_field:ministry_name_rf:{url_parameter.id}} *

At the Action , i will assume i only need to fill the Update Post Meta .

Post ID : {{live_post_id}}
Post Meta Name : ministry_name_rf
Post Meta Value : {post_title} *

  • i think im making mistake here?

appreciate all advice.