Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Adobe Exam AD0-E902 Topic 3 Question 6 Discussion

Actual exam question for Adobe's AD0-E902 exam
Question #: 6
Topic #: 3
[All AD0-E902 Questions]

Given this Fusion scenario, a user needs to access multiple fields from the Workfront module for mapped expressions in the HTTP PUT requests.

Which action should the user take?

Show Suggested Answer Hide Answer
Suggested Answer: A

Understanding the Scenario:

The image represents a Workfront Fusion scenario with a Workfront module, HTTP modules, and routers splitting the execution path.

The goal is to reuse multiple fields from the Workfront module (e.g., data extracted or processed earlier in the flow) as mapped expressions in HTTP PUT requests located in the bottom paths.

Why Option A is Correct:

Set Multiple Variables Module: This module allows you to define and store multiple variables at a single point in the scenario (e.g., after the Workfront module). These variables can then be reused throughout subsequent steps in the scenario.

Get Multiple Variables Module: By placing this module between the Text Parser and the bottom Router, you can retrieve all previously stored variables, ensuring consistent access across all branches of the flow. This avoids redundancy and ensures the data is easily accessible for each HTTP request in the bottom paths.

Why the Other Options are Incorrect:

Option B ('Set Multiple Variables after Workfront, Get Variables before each HTTP module'): This is partially correct but less efficient. Adding multiple Get Variable modules before each HTTP request results in repetitive configuration and increases maintenance complexity.

Option C ('Set Variable and Get Variable for each HTTP module'): Using individual Set and Get Variable modules increases duplication. This approach requires separate variables for each data point, which is inefficient compared to using the Set/Get Multiple Variables module for multiple fields at once.

Steps to Configure the Solution:

After the Workfront module:

Add a Set Multiple Variables module.

Define all the fields required for the HTTP PUT requests as variables, mapping them from the Workfront module outputs.

Between the Text Parser and the bottom Router:

Add a Get Multiple Variables module.

Retrieve the previously stored variables, ensuring they are accessible for all paths.

In the HTTP modules on each bottom path:

Use the retrieved variables for mapping in the PUT requests.

How This Solves the Problem:

This approach centralizes variable management, making it easier to access and modify data as needed.

It avoids redundancy, as variables are defined once and reused across all paths, reducing the risk of errors and ensuring consistency.

Reference and Supporting Documentation:

Adobe Workfront Fusion: Variables Module Overview

Workfront Community: Efficient Use of Variables in Fusion


Contribute your Thoughts:

Hyman
9 hours ago
But option B specifies getting variables just before each HTTP module, which makes more sense in this scenario.
upvoted 0 times
...
Lizette
9 days ago
I disagree, I believe option C is the correct action.
upvoted 0 times
...
Hyman
12 days ago
I think the user should choose option B.
upvoted 0 times
...
Tyra
13 days ago
Option B all the way! Gotta love that modular approach. Keeps things nice and tidy.
upvoted 0 times
...
Audrie
18 days ago
Option B makes the most sense to me. Keeping the variables localized to each HTTP module is a good practice.
upvoted 0 times
...
Shenika
20 days ago
Hmm, I think option B is the way to go. Seems like the most efficient way to manage the variables needed for those HTTP requests.
upvoted 0 times
Fernanda
5 days ago
User 2: Yeah, setting the Multiple Variables module after the Workfront module and getting Variable modules just before each HTTP module sounds like a good plan.
upvoted 0 times
...
Chu
12 days ago
User 1: I agree, option B seems like the best choice for managing those variables efficiently.
upvoted 0 times
...
...

Save Cancel