Name field issues with Deluge c5

Name field issues with Deluge c5

Hello,

I am attempted to "add record" in deluge.

The problem is that the form I am trying to use has a "Name" field. When I try to use the following

insert into Add_A_Contact
[
Added_User = zoho.adminuser
Assigned_User = EventInfo.Assigned_User
Email = input.Email
Contact_Name.first_name = input.First_Name
Contact_Name.last_name = input.Last_Name
Phone_Number = input.Phone_Number
]

I get the following error:

Field 'Contact Name is of type Name Object but given expression is of type STRING

I have a bunch of other deluge scripts built on the Add_A_Contact form and I would prefer to not have to change the  first name and last name fields to single.