Hi, nice to meet you. I'm Juan Isidoro,
I need your help with the following problem. Hope someone can help me. Thank you very much ^^
I have 2 tables, where each "Product" row has its “name”, “price” and “categories” (Nombre, Precio and Categorias in Spanish). And each category has an associated "ID_EXT" in the "Categories" table.
INTRODUCTION
Product ID=867c1b4e | Name: "Camiseta Woo"
It belongs to the category: “Ropa”. This value, in the "Categories" Table, has an associated external identifier: "CategoriaID_Ext", in this case "12".
EXAMPLE WITH THE PROBLEM
Product ID = 74244351 | Name: “High pink socks” -> Categorias: Calzado, Tenis -> CategoriaID_EXT: 14, 26
Currently I send in a JSON where I include the information and the categories
EL JSON, es:
JSON Body
In the TEST it is executed correctly (using Make, old Integromat)
But I want, instead of receiving the categories: "Calzado, Tenis". Receive the IDs corresponding to the table: "Categorias", in the column: “CategoriaID_Ext”.
That is, I want to receive:
this is the answer i need
How could I solve this? And what will be the most efficient way?
Thank you so much beforehand! 😉
Solved! Go to Solution.
The correct way to do this is:
Please read these:
User | Count |
---|---|
28 | |
14 | |
3 | |
3 | |
3 |