Using Insert into to transfert a date in another form

Using Insert into to transfert a date in another form

Hi,

I have an order form that creates a record in a calendar form, for managing the delivery date. My customer can change that date in the calendar form, but i need the new date to be put in the original order form. I tried the following but it doesn't work :

List = New_order[ID = input.New_order_Calendar_ID];
for each  record in List
{
    insert into New_order
    [
        Delivery_date=input.Delivery_date_Calendar
        Added_User=zoho.loginuser
    ]
}

Anyone can tell me what I do wrong ?

Sylvain

    Nederlandse Hulpbronnen