RPA Express (Workfusion) Web Element seting a checkbox

530 Views Asked by At

I am new to RPA Express (Workfusion) and I can't figure out how to set a checkbox to true using Web Element - set by xpath. What needs to be pun into a variable to set a checkbox to CHECKED status?

I can't use Click Mouse function as it would toggle the status while my goal is to ensure that a checkbox is set to TRUE always.

1

There are 1 best solutions below

2
On

You can do the following:

  1. Use the Web Element

    • get mode
    • tick Use element attribute
    • type checked
    • select a variable for Output
  2. If the Output variable is true -> do nothing

  3. If the Output variable is false -> click the checkbox