I’m working on error notifications that should trigger when an HTTP request returns an error. My problem is that when I test the functionality from the studio preview, everything works correctly, but in the published version the notification doesn’t appear.
On submit actions:
Error action:
While making some changes to try to fix the problem, I noticed two things. The first is that if I change the run condition to: “$steps.httpPost.data” (simulating a successful request), the notification appears correctly. The other thing I noticed is that the error message, which I configured as: '\u2022 ’ + $steps.httpPost.error.details.message, appears correctly in the editor’s preview mode but not in the published version (I verified this by changing the run condition to “Always”).
At editor’s preview:
At published version:
Digging into the console, I didn’t find any change in the way the request returns an error, so I don’t understand why I’m having this problem.
Response at editor’s preview:
Response at published version:
Any idea of how can i solve this?







