Hi ,
From powerapps I want to detect if a file exists in a AzureBlobSotrage such that I can use it to show the stautus of file upload from PowerApps to AzureBlobStorage.
The files are created on AzureblobStorage as shown below:
ForAll(Fotos;
AzureBlobStorage.CreateFile(path;fotoId& ".jpg";foto)
);;
Unfortuantly I can not use a variable to get the information about the uploaded file when I use ForAll(...) , and I can not use the following
ForAll(Fotos;
UpdateContext({uploadedFile:AzureBlobStorage.CreateFile(path;fotoId& ".jpg";foto)})
);;
Solved! Go to Solution.
Hi @Aria
Hi @Aria
Hi
Thank you very much for your answer !
I used your suggestion and it solved the problem.
I tried this if condition and it is not working in some cases, though the file is available in azure blob it is not coming up here, Is there any limitation in picking up data from blob storage.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
208 | |
47 | |
43 | |
41 | |
36 |
User | Count |
---|---|
289 | |
84 | |
81 | |
79 | |
77 |