Hi all,
I’m having some strange behaviour in a rather simple integration recipe I’m building. The recipe is as follows: “When status changes to a value and another column is empty, change another status to this value”.
I’m using the standard trigger when a status changes.
I’ve built the following custom action:
In my code, I’m doing a simple check by retrieving the value of emptyColumnId and if it’s indeed empty, I’m changing the value of statusColumnId to statusColumnValue. However, that last update triggers the internal server error without further details.
If I log my query variables to the console and paste it in the API playground it works correctly.
What am I overlooking here?
@Helen Since you were able to help me a lot last time, perhaps you can have a look here as well?