How to Get Json text from a JSON File link

Hello Make Experts,

How to open a JSON file from so that I can map it in the JSON parse module.

first step: get a file from the Clickup Task Attachment.
second step: I want to parse that JSON file using that parse Json module

Here is the Image:

Thanks

Welcome to the Make community!

You’ll need to use the HTTP “Download a file” module.

samliew – request private consultation

Join the Make unofficial Discord server!

1 Like

See i have added http module and mapped data in parse JSON module. But getting this error.

You can use the built-in function toString to convert buffer to text string.

e.g.:

{{ toString(5.data) }}

samliew – request private consultation

Join the Make unofficial Discord server to chat with us!

3 Likes

Yes, Perfect.

I works Now.

1 Like