I’m importing data that has a list of IDS within one cell (e.g.[1,2,3,4])
Is it possible to use the join feature to lookup the IDs from another table and display their values (e.g. [Apples, Pears, Oranges]). I know it’s possible to do for a single item but I haven’t managed to figure out how to do it for arrays