I know it's possible to create a Process Builder that executes based on receiving a Platform Event but is it possible to use the Process Builder to simply create a new Record every time an event is received?
https://help.salesforce.com/articleView?id=process_start.htm&type=5
It seems as though I need to specify Matching Criteria for an existing record which is not something I want to do.
I simply want to map fields from the Platform Event to fields on a new custom object Record every time the event is received.
If I receive 50 events, I want to create 50 new records in my custom object.
(I know this can be done via Apex triggers I'm simply trying to avoid doing so for this use case)

