hi, i am new to UiPath studio and i am trying to upload a image to google form using the add file function. My data are from excel sheets, i need the UiPath to read the specific image from the excel sheet and then, using the add file function in the google form to add the image. is this possible? or is there any alternative solution to this problem?
Data shown in image are all false/not true
Hi @Audrey100
you can achieve these things in vba macros. refer the below thread.
you can use the above vba code in Invoke VBA Activity.
Hope it helps!!!
Hi, thank you for the reply, but i am using UiPath studio to do this process. this is an example of what i am doing. i would like to automate a process to choose a specific file and then using add file function to add the images into googles forms
much appreciation for your reply, thanks a lot
the above thread helpful to extract the data from image , later you can add the information to google form.
or if your going to upload image as google form , you can try with ui automation directly trying to click the images and right click save the image ( whatever we do manually try to do that with help of UiPath we can do).
if the image is not static which means comes in default cell it difficult to scrap in UiPath automation.
hi, thank you for the reply, i have did the above using vba, after this, how should i add the information to google form and automate the process to choose the specific file
Store the extract information in variable and try to write in google forms
okay, thank you for your help, much appreciated
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.