Can't be upload the image in the defect object activity

How to upload the image in the defect object activity because No folder is opening after clicking here. If the folder are not showing then how can upload the image.
I have also attached screenshot for the reference,

Regards,
Mohasin

@Mohasin_Abasaheb_Mulani,

You can’t upload local drive file in here. Only the File type variable accepted there.. Follow this approach

  1. Upload your file to Storage bucket
  2. Get your file using Download Storage File activity - Set output variable

Refer this video for this step.

  1. Once you have that file object/variable - Pass it to your Detect Object activity and you should be good

@Mohasin_Abasaheb_Mulani

If you see what you need to pass its not a folder or so but iresource

that is you need to read the image or file separatelty and pass it

onw way is to have the file in storage bucket and then use download storage bucket and use the output variable as input to this activity

other way is to use sharepoint or gdrive or any file storing and then get from there as use the output variable again

cheers

Thanks Ashok, Yes this is Working :blush:

1 Like

Thanks Anil for your guidance :blush:

1 Like

@Mohasin_Abasaheb_Mulani

Happy Automation

cheers

1 Like

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