**Already Solved using 'while', I thought it could be done by a shorter formula.
Good mornings,
I've been attempting to combine two arrays without success.
Here's the scenario:
In an entity I have two related as Many relationships called 'first' and 'second', and an array field named 'all'. My goal is for 'all' to contain both firstIds and secondIds. In my example, firstIds consists of four related records, and secondIds consists of two. So ideally, 'all' field should contain six objects.
However, every attempt I've made so far has resulted in only five objects (four objects from firstIds and the other two IDs grouped as one object).
Seems I've tried everything except the correct formula
Any suggestions on how to achieve the desired result?
Thanks
Good mornings,
I've been attempting to combine two arrays without success.
Here's the scenario:
In an entity I have two related as Many relationships called 'first' and 'second', and an array field named 'all'. My goal is for 'all' to contain both firstIds and secondIds. In my example, firstIds consists of four related records, and secondIds consists of two. So ideally, 'all' field should contain six objects.
However, every attempt I've made so far has resulted in only five objects (four objects from firstIds and the other two IDs grouped as one object).
Seems I've tried everything except the correct formula
Any suggestions on how to achieve the desired result?
Thanks
Comment