Hello,
Would anyone know of way (hopefully declarative, as i’m a JS noob) that I can select rows from a table, concatenate their respective ids, and send that concatenate field to another model’s condition
So example table has 5 rows i select , first 2, the Id would be concatenated as such: ‘0011W00001wQsPb’,‘0011W00001wQrTV’
And the ability to use this concatenate field to activate & set value of another’s field condition
Thank you!