mh
1
Hello everyone,
I have a webhook that contains the following bundle when triggered:
[
{
"value": "Sell Signal Alert"
}
]
I have set up a filter condition like this:
“value” = “Sell Signal Alert”
But nothing gets through it. Any ideas?
Thank you so much.
1 Like
Hi @mh
You have to map value from the webhook inthe filter and check if its equal to Sell Signal Alert.
Best regards,
Msquare Automation
Gold Partner of Make
@Msquare_Automation
Note there are no quotes around the string value.
mh
4
Unfortunately, there is no “value” to be found.
1 Like
mh
5
Without quotation marks was my first try, but it didn’t work either.
1 Like
Hi @mh
Copy the following in the place of value and give a try:
{{1.value}}
Best regards,
Msquare Automation
Gold Partner of Make
@Msquare_Automation