Upload Data related query

Hello Community!

Is there any activity available on UiPath for uploading like wait for download is there any activity for upload the data,So till the data get uploaded bot will wait and after that it will move to next block or sequence.

@Priyesh_Shetty1

you can give delay
image

If you are using “use application/browser” then in the “properties” pannel you can set “delay before” and “delay after”

Regards

1 Like

Hey!This Might Help You in this case
image

Hi
use retry mechanisms

Hey @Priyesh_Shetty1 ,

There is no official activity called Wait till Upload
But you can use alternative such as Check App State
use a check app state activity to see if file is uploaded and then refresh and check if that is uploaded completely.

Also refer below thread it might help you out!

Hope it helps you out

1 Like

Hey you can use
1)Delay Activity
2)Element Exists Activity
3) Wait Element Vanish Activity

1 Like

Hi @Priyesh_Shetty1

There is no such activity to wait until upload the data. But can you tell me what data your are uploading and what activities you are using for that. Also, tell if you are getting any message or any popup appears means then you can use element appear activity so that it will wait until the pop-up appears

Hope this may help you

Thanks,
Srini

@Srini84 Iam uploading a zip file on aws cloud that’s it.

Hey @Priyesh_Shetty1 have you tried the activity mentioned earlier? I assume it would work. Please give the above suggestion a try…
Thank you…

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.