Skip to main content
Eric_D_Miller
Level 5
May 29, 2026
Question

Mapping elements from a complex array

  • May 29, 2026
  • 1 reply
  • 12 views

Hello,

 

Hopefully a simple question but I am curious the most efficient way to make the elements from a collection within an array ‘mappable’.

 

Say I have an array such as this:
 

What is the most efficient way to map specific elements in a collection? Additionally, in a collection number that I also specify (in this case, #1).
 

I am looking to filter later in the scenario based on these fields.

 

 

1 reply

ninoskuflic
Level 5
May 29, 2026

Hi, are you trying to get a specific value that is under an array (Sorted Updates) e.g. a “noteText”? If yes, you can try to do something like this:

This will get you the array position you specifcy, enter the collection and extract the value. Was this something you were looking for? 😄

If this solved your issue, please mark it as solved so others can find the solution faster.