This is much more complex than one appreciates. The forms array as collections inside so you’ll need to iterate the array first to extract in each collection the objects you want. Make a new array with these with an array aggregator and only then use the map() function on the new array you created with that values you need.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Retrieving nested variables in an array | 11 | 1084 | December 27, 2023 | |
Nested arrays and collections | 7 | 98 | October 20, 2024 | |
Nested values | 4 | 45 | November 13, 2024 | |
Retrieving Values From Nested Collections | 2 | 399 | December 13, 2023 | |
How to get a value in a Collection depending on a nested value into this same Collection | 12 | 46 | December 14, 2024 |