LowCodeAPI
LowCodeAPI copied to clipboard
Select in queries
Hello , how can we execute a query with some of columns of two entity? For example Entity1 has 20 properties and Entity2 has 30 properties. How to get this result : {Entity1.Id, Entity1.Name, Entity2.Id, Entity2.Status}