QuestionQ5
Advanced Data ManipulationA test case obtains its test data from an entity named TestEntity2. TestEntity2 contains one reference-type field, ReferencedEntityName, which references the Name field in TestEntity1. Both entities are shown below.

Within a UiPath Studio test case, you must process the ReferencedEntityName field from the generated testEntity2 argument.
What is the correct way to access the value for each record, such as Alin or Ghita?
- A You are not able access the Name field from TestEntity1.
- B Using testEntity2.ReferencedEntityName.Name
- C Using testEntity2.ReferencedEntityName
- D Using testEntity2.Name
Community Discussion