Hi,
Wondering if I can get some help I am trying to issue a http request with butler against the trello rest api and I need to get the httpresponse.id for the next piece of automation to post a comment. Unfortunately if the httpresponse it too big it gets flagged as invalid json when trying to parse for the id.
If I print out the whole response in a comment on a card I can see it get cut off at the end.
Is there a way to get around this truncating? When I hit the same endpoint through postman the response is returned fully.