How to store image from URL from API, in entity?
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.
Sorry but didn't help
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