cancel
Showing results for 
Search instead for 
Did you mean: 

Getting the second value in the context queue

former_member187447
Participant
0 Kudos

Hi

I have a scenario where in i have to get the second value in the context queue.

For Example:

A

context change

B

context change

C

context change

I would need to get B.

Is it possible to do it by Graphical mapping or do i have to use UDF.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I believe your requirement is to get second value from the queue each time.

It can be done as follows:

SouceField > removeContext>Index(1,1)--> equalS -


> ifWithoutElse ---> Target

Constant[2] > SouceField>

-Supriya.