You can use Ecto.Changeset.apply_changes/1
But you should consider whether you want to show this data to the user if the update operation fails for any reason, i.e. bad data or database failure
You can use Ecto.Changeset.apply_changes/1
But you should consider whether you want to show this data to the user if the update operation fails for any reason, i.e. bad data or database failure