Error executing table operation "insert"
# 🤝help
q
I am trying to save 3 variables: name (object) email (string) phone (number) in my table (Kundentable). But I keep getting the error "executing table operation "insert"

https://cdn.discordapp.com/attachments/1145703697406509096/1145703698027257916/image.png

https://cdn.discordapp.com/attachments/1145703697406509096/1145703698337644554/image.png

https://cdn.discordapp.com/attachments/1145703697406509096/1145703698597683270/image.png

https://cdn.discordapp.com/attachments/1145703697406509096/1145703698853548052/image.png

g
when you send name.first isn't that just a text field? Have you tried changing the field type in the table to string?
f
This video is from Botpress where they use tables.

https://youtu.be/ydIyOXIPmhU?si=E1IxLrs-Qs6MHQF3

q
@great-yak-37157 I changed name to string now but still doenst work
g
@quaint-plastic-78691 looks like your phone field is not a string either. Simplify. Prove concept and then insert the fields one at a time until you find the offending one. I am using tables without issue.
q
should all variables be a string? @User
b
hmm
I'm not able to reproduce this issue myself
can you show me the capture cared you've labelled "phone"?
q
thank you! I changed phone to a string a now it seems to work!
thank you, i already have solved the issue!
b
nice! shoutout @great-yak-37157 \o/
2 Views