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
mikey1
May 20, 2020, 10:18pm
3
@alexd.ramirez Thank you, this worked!
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:
Setup a button with a “when clicked” event, which has a “Save Croppie” action
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