Hello, my Webhook received the Data from the Field: Spielstärke = Unter 1000
as you can see on Image3.
But my Filter is not working because “Spielstärke” is empty?
as you can see on Image2
Maybe it has something to do with "Maximum number of results: 1
as you can see on Image1?
Sorry, I’m completely beginner with make.
Thank you very much.
make webhooks are working with queues
for example if the scenario is running only once in hour
the income it will get the first data in the queue
but if there are more than 1 item in the hook queue and you set the scenario maximum number of results bigger then one the data will arrive as array that contains the amount of maximum number of results
i dont think i got the logic you try to explain
if the hook contains data under param it should show the value instead of empty
maybe try to add a short video that explains the flow
2 Likes
Thank you for the answer. Now I understand more about Webhooks Queues.
I have found the problem with the empty value.
The “Spielstärke” field has the German letter “ä”. This letter is not common in English, and I know that this often leads to errors. That was exactly the case this time as well. I simply renamed the field to “Spielstaerke” and now the field is no longer empty 
Thank you!
3 Likes
Hi @Nino_Tschope 
Awesome that you’ve gained a better understanding of how webhooks work thanks to @Dorian_Ben_Haim!
Also, congrats on resolving this on your own!
Those umlauts can, indeed, be quite tricky. Thanks a lot for stepping back into the community and letting us know what did the final trick for you. This can be incredibly helpful to many others looking for similar information. 
2 Likes