Input integer in the dot notation path
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