property 'payload' does not exist on type 'object'...
# 🤝help
f
I am getting this message in let { name } = event.payload.payload workflow.name = name Does anyone know how to fix this issue? Thank you!
a
Hi @freezing-teacher-8991 . What are you trying to accomplish? If you want to grab a name, we have a Card dedicated to that.

https://cdn.discordapp.com/attachments/1140390981951303821/1140661338734084179/image.png

f
Hi Patrick, This a code that transfers the variables in an input form in the webpage into the bot. It is placed in the bot in an execute code card.Thanks!