We need to send a http request in a formular.
Since this is not directly possible we use workflow\trigger to send the http request.
This works.
Problem: we need the response.
workflow\lastHttpResponseBody() in the formular returns null
Maybe it is to fast , or it is not posible to fetch the response from an other workflow.
So:
How can we get the response?
Or how it is possible to use http request in formular script?
Since this is not directly possible we use workflow\trigger to send the http request.
This works.
Problem: we need the response.
workflow\lastHttpResponseBody() in the formular returns null
Maybe it is to fast , or it is not posible to fetch the response from an other workflow.
So:
How can we get the response?
Or how it is possible to use http request in formular script?
Comment