update creator via webhooks

update creator via webhooks

Hi,

I am trying to update zoho creator from crm through webhook.

I have finished all the setting. But the data is not updated in the creator.
My Xml String code looks like below.

<ZohoCreator>
    <applicationlist>
        <application name='crm-contacts'>
            <formlist>
                <form name='Add_Contact'>
                    <update>
                        <criteria>
                            <![CDATA[(Email==${Contacts.Email}]]>
                        </criteria>
                        <newvalues>
                            <field name='Name'>
                            <value>${Contacts.Last Name}</value>
                             </field>
                        </newvalues>
                    </update>
                </form>
            </formlist>
        </application>
    </applicationlist>
</ZohoCreator>

Kindly assist me.


Thanks
Satya NHM