Hi there,
I am trying to add a mapping to a column and populate it with a new Guid, but when I do, the column gets unselected when I save thye job.
Steps:
1. Create a mapping from an XML file to the Dynamicweb Provider (I don't think it matters what providers are used).
2. Save and run the job. All should be fine.
3. Add a new column mapping.
4. In the source for the new column, choose None
5. In the target, select a text column.
6. Click Add Scripting for the new column and choose Generate Guid.
7. Save the job.
Expected results:
The job is saved, the new column mapping remains selected and when you run the job, the selected column gets a unique ID for each row.
Actual results
The job is saved, but the new column mapping is unselected and thus won't be used when running the job.
Imar