hi all…
Would love to get some help here…:
how do I get the “download data as csv” function to include the product names instead of the product id ?
hi all…
Would love to get some help here…:
how do I get the “download data as csv” function to include the product names instead of the product id ?
Where are you getting your data from?
You should send the product name in the API call and remove the product id, so as to not include it in the export
the table (table #2) i am trying to download through CSV only has the ProductID in it.
the name of the products are in another table (table #1) so i need to extract the product name from table #2…
If you’re using Xano, you can use an add-on to include the product name in the response. Can help more if I know your current setup
Hi, I have the same issue, but with Supabase as a backend:
I’m thinking of creating a parallel collection in Weweb, that looks for names based on the ID’s of Supabase, and which evolves the same way of my main collection (with filters and all), but not sure if this is the best solution.
If anyone has tips for this kind of situation