Croppie Results not saving to User Image field

I can’t seem to get a Croppie Image Result to save to a User’s logo field; making changes to the Current user’s logo from the direct result doesn’t seem to be saving an image.

If I immediately save the Image Uploader’s result into the User’s logo field it works just fine.

Is there an intermediary step I am missing to get a Croppie Result to save as a regular image that has been uploaded via Upload Image input field?

Thanks in advance!

Look for an event, When a croppie is saved. Then move the make change action there.

1 Like

@alexd.ramirez Thank you, this worked! :pray:

1 Like

Just adding to this for anyone else struggling as it isn’t as clear as it first seems.

If you want to save an image from Croppie to your database, do the following:

  1. Setup a button with a “when clicked” event, which has a “Save Croppie” action
  2. Setup a “when Croppie Saved” event, with an action to make changes to a thing (your user) and ONLY THEN navigate away from the page (if required)

Screenshots below