How can I upload an image url and create an image in the database?
These are the steps I did so far that didn't work:
pass in a
image_url
text inputUse the
Create File Resource
function, passing inimage_url
as thefiledata
inputUse the file created by the latter step and pass it into the
value
input of theCreate Image From File
function.
This is one of the images I unsuccessfully tried with
"image_url": "https://mms.businesswire.com/media/20250212699630/en/2377733/5/Peter_Nesvold_Headshot.jpg"