I am using the Pixian API to remove the background from uploaded images. It’s very basic, and I’m struggling to get the files back into the database.

The API returns the raw bytes of the image, which get saved into the File Manager. I cannot figure out how to create an action to take that resulting file and save it to the database. Any ideas?

In the workflow where you create the file, add a subsequent action that populates the relevant field with that file. Here’s an example:

Thanks David! I don’t seem to have that option :frowning:

Where is the action that creates the file? Is that action from a plugin?