Hi,
I have Edit screen of sharepoint list. It consists of Lookup Column, Single line of text column and Date column.
My requirement is on submitting the form, i want to concatenate all 3 column values and save it in another column of type single line of text.
So far I'm able to get Values of SIngle Line of text and Date columns in concatenate formula. But I'm not getting the Lookup column value. I have used formula "Concatenate(DataCard10.Update," - ",Text(DataCard14.Update)," - ", StoreNumber.Value)" but the output is not getting lookup column value. It gets other two column values.
Any help would be apperciated.