
Announcements
Hi Community,
I am working over canvas App, My scenario is to store the blob over azure blob storage with a Hard-coded string with current date.
I am able to store the blob with string like ("myfile").
but while saving blob with blob name(string + current date in format like myfile-27-05-2022) name containing both string and date as title of blob, but when I submit the blob from canvas then blob name split and make folders inside folders and save the file in subfolder, which is not required.
I have attached some of my work I go through.
Please let me know regarding this.
Thanks
Hi @IrfanMukhtiar ,
I think this is because of the slashes used in the filename for the date value. You change the formatting to include dashes by replacing Today() with:
Text(Today(),"dd-mm-yyyy")