I’d like to get if the checkbox in Word / Excel document is checked or not.
私はWord/Excelドキュメントでチェックボックスのチェックの有無を取得したいです。
How can I get the state of the checkbox with UiPath?
UiPathでチェックボックスの状態を取得するにはどうすればよいですか?
In addition, there are multiple checkboxes of the same name in the file whose status I want to check box.
また、私が取得したいチェックボックスは1つのファイルに複数の同一名のチェックボックスが含まれます。
You could write a macro which checks the status of the Checkbox and writes a value into the corresponding cell. In UIpath you could use “Execute macro” activity to trigger the macro and then use the read range activity to read the data.