Move data between scenarios - Slice data files on UD in export job
Hey,
So I have built a flow to push data from one scenario to another by pressing a dashboard button which start a data management job that execute a extender business rule.
The extender business rule is executing import, validate and load with the file created through the referenced data management export data step/sequence.
The export data step is using a literal parameter in UD1 that is being set before pushing the dashboard button.
Above UD1 selection makes it possible to only push/seed data to the other scenario for just a portion of the total data. Over time there will be up to 10 button executions to push all data in UD1 to target scenario.
Everything works fine for me except replacing data in destination scenario/workflow. Currently I use .append in order to load all 10 UD1 areas to one import step in destination workflow/scenario. If the user in this case whould press the button for the same UD1 selection a second time, I would have the data twice.
What I would love to archive is to replace data instead for append. But only for the given UD1 set.
Have anyone manage to do something similar and could come with possible solutions?
Thanks in Advance!
Hey and thanks for your reply. I did check that one out. But actually when looking at that in data source I managed to accomplish what I wanted by setting SourceID on DataSource to UD1 as below.