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

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

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

Hope this helps ![]()
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.