Hi everyone, I’m facing a blocking issue in UiPath Apps (Cloud / VB.NET expression language). I am trying to create a Parent-Child relationship between two entities in Data Service.
After using the Create Entity Record rule for the Parent entity, the CreatedRecord object and the Action folder are completely missing from the Resources panel and the Expression Editor.
I need to get the GUID (Id) of the record I just created to use it in a subsequent Update Entity Record rule and to link the child records.
Environment:
- UiPath Apps Cloud
- Expression Language: VB.NET
- Data Service Entities integrated.
