I can convert a base64 image to a PNG image and save the file in a custom table.
I have a request that requires me to convert a base64 image to a PNG image and save the file in a table.I have a field in the catalog item that contains my base64 image. I need to convert this field to a PNG image and save it in a spreadsheet. Howeve...