How to fix that Download Components? help


Hello Koder!
please tell me how to solve this issue of download components!

My app result basic app time to time get result file in online.now im face this issue of download components when download file is not available then not downloaded and show "download failed " ( ok no problem)

Problem: Now im add a toast for user when file is not available for download then show toast "File not available and notifer dialog dismiss "

Download components: their are no block available for “download failed” (if then)

help me…

It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.

To get an image of your blocks, right click in the Blocks Editor and select “Download Blocks as Image”. You might want to use an image editor to crop etc. if required. Then post it here in the community.

Taifun


i am try to fix that when show download failed then toast a measse to user!

that’s correct, unfortunately there is no such event…
you can try, if the Screen.ErrorOccured event fires after the download failed to dismiss the progress dialog there

btw. your last if statement does not make any sense…
Taifun

thank you Taifun