London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Nov 12, 2020
Dec 23, 2021
Closed, Fixed and tested
Steps to reproduce:
{ "Name": "Int_data2", "Description": "Number equal a value", "Query": "Payload.number eq {{value}}", "Parameters": { "value": "int" }, "Category": "Profiles", "Type": "Profiles" }
-> Create successfully
2. Create a segment with filter definition in step 1 and insert a negative number in param like this:
{ "Parameters": { "value": -2 } }
Expected result:
Returns 201 Created.
Actual result:
Returns 500 Internal Server Error.
Note: It does not occur in the event filter definition.