I am querying a public API that returns an SVG. The flow looks fine and doesn't give any error. It cycles through all the records and invokes the API. In a process procedure I update the table with the result. There is no error, how do I find out what is wrong? If I invoke the API manually I get a result.
- https://servicodados.ibge.gov.br/api/v3/malhas/estados/{uf} the {uf} is a variable. You can try RJ for example.
- The result is of content-type: image/svg+xml and is catched with a VARBINARY(MAX)
I tend to think to result is not properly saved or handled.. any ideas?