Get field of an array based on second array values

Hello @Dennis_Gee,
This is tricky.
When there are 50,50 = email1;email2
I’ve used join(split(2.emails; ","); ";") split with in join.

{{if(2.percentageOwnership = "100,0"; get(split(2.emails; ","); 1); if(2.percentageOwnership = "0,100"; get(split(2.emails; ","); 2); join(split(2.emails; ","); ";")))}}

Check this new formula.

I’ve used this old post reference to join by a semicolon(;).