Checkbox text extract from word document

Hello Community,

I have a situation where I have to extract the text of a check box if selected in a word document. The checkboxes selected may not be the same always , they may vary. I have used get text activity, and tried to figure out to change the value and use wild card. The version of studio is 2024.10. I also used get attribute and used if statement whether checkbox is check or not if true get text but of no use. Can anyone suggest the best way to approach this. Thanks in advance.

@sairama.deepthi

Its better you go with word macro or vb.net instead of ui route

Alternately..try to indicate all the checkbox values togethe and use get text with full text property

Cheers

Thanks for the idea, When you mention indicate all the checkbox values, what did you actually meant. Can you elaborate, TIA