Hello Everyone,
Here is my situation, I have SharePoint 2013 on prem with Nintex Workflow 2013.
I have two custom lists - Customer and SR Tracker. I need to copy specific fields from the Customer list to the SR Tracker list. The issue is that the column types are not the same.
Customer:
Customer Name - Lookup column from another custom list
Customer Code - Lookup column from another custom list
CSM - Lookup column from another custom list
SR Tracker
Customer1 - Single line of text
Customer Code1 - Single line of text
CSM - Single line of text
I have tried using a Query List object to collect the information and even a Set Variable. I have tried using a Create Item object to copy the needed information over but nothing gets copied over.
I have also tried to use the Copy Item object in order to copy the content from one list to the other, but content still does not get copied over.
Any ideas or information on how to make this happen is appreciated.
Thank you.