Two lists in Sharepoint with basic text fields; title, desc, notes, etc. A few fields are lookup/dropdown lists and one is a field where you start typing the name of the person and it pulls from the directory.
If I use get item and create item with the first fields, it doesn't copy the lookup fields
If I use get item and create using only the lookup fields, it copies those fields, but not the basic text fields.
They're all mapped correctly, but when I try to map those lookup fields, it puts each one in a 'for each' loop.
I've tried to create item using the basic fields, then an 'update item' to copy the lookup fields.
I can't get that to work at all.
Ideas?