I've changed the name of the webhook
(TICKET CREATED) I've changed the name of the webhook trigger and now I can't use the values from the object.

10 Replies
@bob since you're active , and if you don't mind, did you had this issue in the past?
No, that's something new to me
I've recorded my screen to try to show the error: https://youtu.be/QBObYJddDI4
Can't upload here directly due to size
I created a new workflow with another webhook and this started working and now I have the fields again 😅
PS: I've switched the lang to EN

Again it's happening the same...
I'm trying to get some logs to see what happens
@thomast can I ask you to have a look into this?
Hi Pedro! I could reproduce the issue, thanks for reaching out. Here is what's happening:
- creating / updating the webhook expected body build an output schema for each step. This output schema is what makes the variable available into following steps
- changing the name erase that output schema. This is a bug
Quick fix : after changing the name, update your expected body with anything valid, like
"t": 1
, then remove it. That should build the output schema again. Please confirm it fixes it.
Creating a ticket for fixing that issue long term!GitHub
[Workflows] Changing webhook name erases the output schema · Issue...
Renaming a webhook trigger will not change the expected body. But variables will not be available anymore in following steps. It will require a new update to the expected body so it gets available ...
closing this thread, the ticket will be a better follow-up. Thank you @Pedro Talaia!
I will try the "fix" and let you know if it worked, thanks again for the quick reply
It worked! ✅