In many cases I have to create images in code steps and since I can only pass JSON to other steps I can only pass the base64 string..It would be nice to add to formatter a base 64 to fuel converter so that after the image can be used as a file object for example for upload in Google with the provided step.
At the moment the workaround is to upload by myself using the API of Google in the code step and then download the file. But it is not ideal.

