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.
No description
10 Replies
Pedro Talaia
Pedro TalaiaOP2d ago
@bob since you're active , and if you don't mind, did you had this issue in the past?
ɃØĦɆᵾS
ɃØĦɆᵾS2d ago
No, that's something new to me
Pedro Talaia
Pedro TalaiaOP2d ago
Pedro Talaia
Pedro TalaiaOP2d ago
Can't upload here directly due to size
Pedro Talaia
Pedro TalaiaOPthis hour
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
No description
Pedro Talaia
Pedro TalaiaOP22h ago
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?
thomast
thomast22h ago
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!
thomast
thomast22h ago
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 ...
thomast
thomast22h ago
closing this thread, the ticket will be a better follow-up. Thank you @Pedro Talaia!
Pedro Talaia
Pedro TalaiaOP22h ago
I will try the "fix" and let you know if it worked, thanks again for the quick reply It worked! ✅

Did you find this page helpful?