Based on the ow to do UUID as Primary Keys the Right Way article, the UUID is generated with the UUID7 forge component.
Version 1.2.1
Applied new naming convention: PascalCase <Entity><action>. Eliminating the use of underscores to preserve space. We only have 50 characters for a name.
Added concurrent update detection to de CreateOrUpdate action and added a new action ForceUpdate to update without concurent updated checking.Enhanced the Demo app to demonstrate this new feature.