Good afternoon, I have a problem when saving some data. I have a table of colors, another table of ValorConMedida
, and another table of products. In another table called SkuBase
, I select the product and assign a list of colors and ValorConMedida
for that product. Now, in a popup, I have created the table shown in the photograph, where, upon selecting the product, the colors and measurements for that product load correctly. The colors are displayed in a vertical repeating group, and within each cell, there is a horizontal repeating group with the ValorConMedida
and a checkbox inside.
In this repeating group, according to what I’ve read in other forums, it’s important to set the data source as: ‘Search in SkuBase
and filter by ColorSku
contains Parent Group’s Colors’ to nest the repeating groups, which is how I have it set up.
Now I have a workflow where, upon clicking the checkbox, it creates a new Product/Color/Medida
, where Product
= Dropdown, Medida
= Current Cell’s ValorConMedida
, but for Color
, it doesn’t let me select Parent Group’s Color as it should according to the nesting, so it saves all the data except the color. I’ve tried several ways and haven’t been able to solve it. Can you advise me?