I am working on a form similar to Google Forms. I want to retrieve the ID from a specific field. The field has to contain the title of “UEN of Financial Institution”. If it contains “UEN of Financial Institution”, it will retrieve the field ID. I tried using the find children and find element, but it is still not working.
Kindly note: we cannot refer to the details as your XAML uses a non public URL
About the find children:
In general we do set a filter when using the find children activity:
e.g. <webctrl tag='label' /> getting all label elements
Depending on the HTML structure we also modify the Find Scope e.g to FIND_DESCENDANTS when the elements are not direct children
We do feel that the case also has a chance to get it solved directly without find children. But for suggesting more on this we do need to inspect the structure details of the webpage
Sorry for the unclear explanation. Since I am trying to retrieve the field ID for only the field that is titled “UEN of Financial Institution”. The fields are always jumbled up, there are over 100 different forms and each form the position of the UEN will be different thus I need to check if the currentItem = “UEN of FInancial Institution”. Thanks for your help!
Also if you don’t mind could you explain it in simpler terms, as I am very new to UiPath. Thanks so much