I see the base64 state. This is the part that I do not get:
2.2 Save the Image base64 in the database.

I can see how to reference the base64 state but how do I specify where to save it? I can choose a thing and a field, but do I need to create a thing to put it into or does the workflow create a thing? Could you possibly screenshot the workflow steps and parameters perhaps?

Sorry, not trying to overcomplicate. Trying to do the simplest thing, which is save the image to the DB and obtain its URL thereafter for future processing.

Where and how do I receive the URL for the saved image? Was expecting to reference the TUI image element, and save the image as a .png to the DB and receive the URL as a state, perhaps as Result of Step 1. I could then use the URL for further processing. But I don’t see any of this kind of thing in the workflow actions. To me, this would be keeping things simple, not converting to Base64 and writing to…where?! Referencing how?

Big fan and frequent purchaser of your plugins, so don’t get me wrong. Just trying to get this done.

Thanks again!