Hello, I have a webhook, posting data from a ...

Hello, I have a webhook, posting data from a โ€œfavoritesโ€ table to the โ€œtasksโ€ table. It works fine for some records but I recently ran across an error stating the following on the REST API Invoke:

โ€œResultErrorโ€: โ€œError: Value โ€˜59d2eda410e3d13d3173b2e4โ€™ in field โ€˜listโ€™ in table โ€˜tasksโ€™ having key โ€˜e170f71bโ€™ failed โ€˜Valid_Ifโ€™ condition.โ€,

Iโ€™m reading this as the value 59d2eda410e3d13d3173b2e4

is failing the Valid_if conditions of the โ€œlistโ€ field in the tasks table (the receiving table). When I manually check the value vs. the field to see if the data meets the conditions - it does.

Can someone assist? Is there another condition not visible to me I should be checking? Thanks

0 3 380
3 REPLIES 3

Have you tried to add one register directly into tasks table with the same data? Just to check if the UI app gives you the dame error or not. Sometimes visual checking doesnโ€™t help

  • dame = same

@Joan_Duran HI Joan, yes. I entered the same exact record through the standard task form and no issue or errors. Whatโ€™s odd is the at it works flawlessly for the development user but no other user is able to insert a record using the webhook.

Top Labels in this Space