Apr 04, 2023 10:29 AM
Hello all --
I am having a challenge bringing in data from a lookup field. We have a table that lists incoming deliveries as each row. There is a column labeled "tags" in this table that where we want to show tags from another table (product details) that the delivery table is linked to. The challenge is that while each delivery is unique, the products associated with the delivery are not. What seems to be happening is that the first instance of the product name (which is how the lookup is working) is returning the tags but not for all instances. Is there a way to override this?
Thanks,
Justin
Solved! Go to Solution.
Apr 07, 2023 11:12 AM
Fortunately, I figured out the best way for me to do this was to change the link structure and link out from the table I am bringing data into rather than vice versa. Thank you.
Apr 05, 2023 01:16 AM
Could you provide screenshots of your tables as well as an example of what you'd like to see based on said screenshots please?
Apr 05, 2023 07:16 AM
Hi @TheTimeSavingCo ,
Please see screenshots of the tables. The first one is the table where we are pulling in the field "Product Tags" and the second table is a synced view that has the product tags we are pulling in. In the first table, you'll see a good example of what I am talking about.. the product labeled "Bedtime Chews (10pk)" has no product tags being populated for that particular instance, however, they are being pulled in for the first instance of that product further down the table.
Thanks,
Justin
Apr 05, 2023 11:22 PM
Thanks for the details!
> In the first table, you'll see a good example of what I am talking about.. the product labeled "Bedtime Chews (10pk)" has no product tags being populated for that particular instance, however, they are being pulled in for the first instance of that product further down the table.
Hm, I don't see another instance of "Bedtime Chews (10pk)" in the first table. Could you also provide a screenshot of the "Incoming Wholesale" table with the linked field you're using to link each product to the table with the product tags?
Apr 07, 2023 11:12 AM
Fortunately, I figured out the best way for me to do this was to change the link structure and link out from the table I am bringing data into rather than vice versa. Thank you.