You are viewing limited content. For full access, please sign in.

Question

Question

How to save a long base64 data returned from HTTP Web Request Activity?

asked on October 18, 2019

The data returned is in JSON format and, I'm trying to save part of that JSON in a token, but it only takes half of the value (it might be because the JSON is too long). \

What can I do to get the hole JSON?

 

This is the JSON returned (I'm trying to save "base64"). As you can see, it is not even the hole JSON, just half of it.

 

Part of the Workflow

0 0

Answer

SELECTED ANSWER
replied on October 18, 2019

If you're going by the value tracked through "Seguimento a Variables 2", that's likely misleading. Workflow truncates tracked token values to 3700 characters (to reduce storage impact). The runtime has access to the full value though.

1 0
replied on October 18, 2019

Thank you.

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.