# 🛠technical-support
Tekoälykkö
Tekoälykkö·6 replies

I have this form node in my flow. When I use in send email node message body {{CONTACT_DATA.phone}} it shows in email only "[object Object]".

What am I doing wrong?

Sahil | YourGPT
Sahil | YourGPT17/04/2026 12:22

hello @Tekoälykkö You first need to store the form data in flow variables, as the form fields are saved as key-value pairs in an object. You can check the Variables panel to see what data is stored in each variable.

Once verified, you can pass this data using the Set or Create Contact node. Also, keep an eye on the logs and the Variables panel to track what data is being set during execution.

Tekoälykkö
Tekoälykkö17/04/2026 12:27

Could you give me step-by-step instructions 🙂

Sahil | YourGPT
Sahil | YourGPT17/04/2026 12:29

You can check the Variables panel to see what data is stored in different variables and use those to create the contact. Also, review the logs below to understand how the execution is progressing.

Form fields data is store in FLOW variable..

Tekoälykkö
Tekoälykkö17/04/2026 18:19

Shouldn't this work?

Sahil | YourGPT
Sahil | YourGPT18/04/2026 07:06

That’s an object — only the values will work. {{FLOW.b2b_puhelinnumero.puhelinnumero}}

Tekoälykkö
Tekoälykkö19/04/2026 10:01

Thanks! Now I made it to work. By the way, is there a way to add the whole conversation to email body?