Dont know that connecting symbol

0
Connection line between log and rest API is unknown. How to bring that play button symbol in rest api and connect it to log message.
asked
1 answers
1

That line with the play button is an error handling path. You set it by looking at the properties of the Call REST action and setting Error Handling in there. You can then set the path between the two actions as the error handler. The error path will be followed if there is a problem with the Call REST action such as the service being called returning a 500 Internal Server Error.

There are more details on error handling in the Mendix documentation.

https://docs.mendix.com/refguide/error-handling-in-microflows/

I hope this helps.

answered