Input integer in the dot notation path

Hello,

I have an object array called Date_Sets

[image.png]
And one its items is another object array, 'RelatedLinks' (blue)

My input is going to be #id (in red)

I want to extract 'DateOptionLink' from 'RelatedLinks' as a list/array w.r.t my input.

For example if my input is 1, then I want to extract the below, which is in the 'RelatedLinks'  object array of item 1.

[image.png]
Easiest way is to insert the input into the path in dot notation to extract. 
Is it possible. 

Because I am unable to achieve this with filtering or if conditions. 


Could you guide me to achieve this. 

Thank you, 
Prathyusha 
Other
6 replies