Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone ,
I am working on the integration of the Pipedrive API.
After calling the API via tRestClient, I want to map the resulting data according to my own format but there is still the error message: "String can't be empty". since my data is in String not in body
Noted well: I used the tExtractJson, tConvertType but to no avail.
Another solution to offer? thanks in advance
Hello,
Did you place a tConvertType component after your tRestClient component and convert the String to a Document? After that you can pass the String as a Document to tXMLMap component.
Best regards
Sabrina
yes , I did that , my data is in string and the body is empty so i changed string to document and body to string but it gives no result.