I have this as part of a workflow:-
1) I am building an array which contain NetworkID-NetworkTitle
2) Then i need to filter the array based on the Array start with ID-
3) then to get the NetworkTitle
here what i have:-
so is there a formula i can use to filter the array based on this formula:-
Item Array start with item()?['ID']-
and then get the NetworkTitle?
Thanks