65
Views
3
Comments
Save Image from URL in entity
Question

How to store image from URL from API, in entity?

2025-12-12 06-45-53
Nandhakumar Sureshbabu

Hi @Mejul Lawrence

You can utilize this forge component for achieving your expectation, if you're not comfortable with using forge component then you can just take a reference from there.

Use case:
In this module there is a server action called "GetBinaryImage" It has 2 parameters "Input and Output" You have to pass the URL as input and via the output parameter you can get the binary data of that URL. 

Note:
You need integration studio to view this file.

Hope it helps.


Regards,
Nandhakumar S.

UserImage.jpg
Mejul Lawrence

Sorry but didn't help

2024-05-02 09-49-04
Murali Manoharan V
Champion

Hi mejul


You can get the binary for a given URL, using the GetRequest_Submit action from HTTPRequestHandler:

From manage dependencies you can get this server action


I hope it will help you

Regards

Murali

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.