Hello,
Below is the input and i want to extract the field which is ticked (Gold) using Form Extractor in Extraction section of UiPath Document Understanding Framework.
So, i declared the field of Boolean type and selected all these checkboxes thinking it will return Gold but it is returning the output “No No No No No Yes”
Select boolean but indicate all fields separately so that you get to know which is yes and no..or based on current output you need to use an array or index to get it
Indicate each field with text seprately and check for x in it and get which is ticked
Ideally recommended way is 1. To use separate indication for each field with boolean type