Fill in a checkbox using CSV

Hi forum friends, I have a problem that I can’t find a solution to.
I have to fill in many forms in the Backoffice of a site.
I would like to compile automatically via CSV, I can do everything except filling in the checkbox because for each click I can do a command.
My goal is to load a command that fills in some checkboxes on each form.
an example similar to my page is this:
https://ui.vision/rpa/home/uninstallsurvey
Thanks in advance to everyone.

Yes you can do this, simply add a value in your csv and after with if_v2 check the checkbox.
Example save in csv 1, with if_v2 if col have 1 you check the checkbox.

Could I ask what do you use to choose which one is being clicked or not?
If you can choose that, then just add a column in your csv file, CHECK BOX for example.
And with the row that must be clicked, just put an x or a yes/no in the CHECK BOX column.
Then, use a If_v2 command.

Thank you so much for your help, I try to describe my problem better.
Starting from a CSV file as in the example I have all the attributes in a cell separated by commas.
is it possible to do this from csv?
attribute
Schermata 2021-11-24 alle 10.37.23 (2)

1 Like

sorry I was not around for awhile.

I think the only way I can do this, is separate them into different column.
For example, in this situation, you make it into column C, D and E.
Then we could use this command that inlcude ${!COL2}, ${!COL3}, ${!COL4}, ${!COL5}

But I don’t know that if there is only 4 vars for each NAME, or is it more than or less than 4? If that’s the case, you should choose the maximum var and write code base on it.