
Announcements
I have an input text name,
I want to store that as a JSON in my blob storage, block blob.
i have used the formula :
AzureBlobStorage.CreateFile("powerappsblob",Concatenate(Text(DatePicker1.SelectedDate,"[$-en-US]mm-dd-yyyy"),".json"),JSON({Name:TextInput1.Text}),{'Content-Type':"application/json"})
the file is getting stored as per my requirements, selecteddate.json, but the file is coming as empty.
Can anyone help?
Hi @nishchayg7 ,
The syntax of AzureBlobStorage function is AzureBlobStorage.CreateFile("test01",Name,URL).
The body of function seems to be file, so if you want to store text name as Json to blob storage, it should be a Json file.
I found a vdieo introducing powerapps azure blob storage connector, hope this would help.
https://www.youtube.com/watch?v=wF0MmiaGO_o
Best regards,
Sik