I am looking for a solution where I try to get values under Applicability in UI where Under Applicability having 2 or 3 or more than that how can i achieve this.
You can use the For each Ui element activity and indicate on on the first element of Applicability column, then it will automatically extracts the other values which are in same column. Output of For each Ui element is CurrentElement.
Inside for each activity insert Get text activity and open the properties pass the CurrentElement to the Input Element option. Store the output in a variable.
If you want to store total rows data in a variable then use the Append item to list activity to append all the items to a list.
Open the properties of Use application/browser activity and Select the Never option for Open dropdown and Select the Never option for Close dropdown. Then the warning will gone… @victoryv4569
Then try to use the Find children activity and indicate on the one of the item in the Applicability column. Then you no need to use the Modern Use application\browser activity.