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.
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
257 | |
239 | |
83 | |
36 | |
27 |
User | Count |
---|---|
309 | |
268 | |
121 | |
69 | |
46 |