Hi there,
why i try the Sample, and got blanks espace ID and also Application ID?
I debug, here is empty, the entity do not have the espaceid (in my env = 197); th entity Entity has space ID = 51 -Outsystems sample data DB-; i think the ther is no entry space id in the Entity so cannot join it - the space id is not the entry, but the own space id.
regards
In the example, the entity "Sample_Accounts" is part of a different Espace (OutSystemsSampleDataDB) with ID 51. Therefore, the GetEspaceById aggregate will not work because Espace.Id does not match Entity.Espace_Id. The "QuickLogServerAction" functions correctly only if the entities are from the same module where the QuickLogServerAction is invoked.