Copy from number in excel to star rating in website

Hi, Is it possible to build automation that copy a number from excel (for example, 1-5) then fill in the star rating (1-5 star) in a website? What activity to do this? Thank you.

Hi @indah.sari

Get the values from Excel using read range then assign it to a variable. In my case i have used Int_Star. Use this variable in your click activity to make it dynamic.

Check this selector for 4 stars
image

to make this selectors dynamic we will replace the star value with star no. using varibale then the selector will be like this

image
This will make it dynamic as we have variblies the star that we want to click

The image shows an RPA workflow involving an assignment of the value 2 to an integer variable followed by a click action to select the second star in a 5-star rating system. (Captioned by AI)

Hope this helps :slight_smile:

1 Like

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