What information can be understood from the images of this bundle inspector?
A.
The trigger module returned 1 bundle of project data with only the project ID, name, and planned completion date getting passed to the second module in the scenario
B.
The trigger module returned 29 bundles of task data with only the task ID. name, and planned completion date getting passed to the second module in the scenario
C.
The first module delivered 29 bundles of data to the second module. Data manipulations happened in the second module to change the project name and planned completion date
D.
The project name and planned completion date were changed in the trigger module because the input and output fields in the second module are the same
Workfront Search Module: Fetches data (likely project details).
Tools Module: Manipulates and sets multiple variables.
What the Images Show:
Workfront Search Module (First Module):
The output indicates29 bundlesof project data were retrieved.
Each bundle contains fields such asID,name, andplannedCompletionDate.
Tools Module (Second Module):
The data from the Workfront module is processed to set variables likeProject NameandProject Due Date.
Output includes transformed values, such as appending the approver’s name ("Joan Harris") to the project name and updating the project due date.
Why Option C is Correct:
Delivery of 29 Bundles: The Workfront module retrieved 29 project bundles and passed them to the Tools module.
Data Manipulation in Tools Module: The second module modified the data, such as appending "Joan Harris" to the project name and updating the due date to a different value. This is evident from the changes in the output of the Tools module compared to the input from the Workfront module.
Why the Other Options are Incorrect:
Option A:
Incorrect because theWorkfront moduleretrieved 29 bundles, not just 1 bundle. Additionally, the project name and planned completion date were manipulated in the second module, not the first.
Option B:
Incorrect because the retrieved data pertains to projects, not tasks.
Option D:
Incorrect because theinput and output fields in the Tools moduleare not identical. The data was clearly manipulated within the Tools module.
How This Scenario Operates:
The Workfront module fetches raw data, which is then processed in the Tools module. The processed variables (e.g., modified project names and due dates) are prepared for further use in subsequent scenario steps.
Workfront Community: Using Tools Module for Data Manipulation
The correct interpretation is that the first module delivered 29 bundles to the second module, where data manipulations occurred to modify the project name and planned completion date.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit