Equivalent of UpdateOrCreate

Hello, I want the createAction to check if a record already exists and then update it instead of creating a new entry everytime. I've thought about using handleRecordCreation() but it creates a new record anyway.
Was this page helpful?