How to handle different structure respone from service rest API?

0
some api have a different response structure, how to handle it in microflow?
asked
1 answers
0

in the call rest service action, in its Response section you can choose to not map it directly to a domain model. You can choose String, Store in HTTPResponse etc. That way any response structure can be expected and parsed.

answered