Is it possible to save an image, with custom name?

Hi,

I want to make a day summary app for my routine. I would write down in my diary what I did today, and at the end of the day, click and save a photo of the page.

What I particularly want is,

  • I would just open my app
  • Click a photo from the app itself
  • And the app would save it with today’s date as filename (eg. 8July2020.jpg) in a particular folder.

That’s it. I just want to know, weather saving an image with custom filename is possible to do or not. I won’t mind if any extension or complex coding is required :slight_smile:

Thanks a lot!

@kartiktambi You don’t need any complex editing Just use this method.
blocks

It will generate name with current Date Time.

2 Likes

@kartiktambi You can use this extension to convert Component to Image