Good morning, could you help me with the following, I have that table where there are several components. I have that inp where I show the names that exist within the table in my database and in the Days column there is an entry where days are added when clicking on a button, a sample already calculated with the following result:
My doubt is in the following. I have those checkboxes and I would like that when marking each line it would show those that are marked in a table in a similar way to what is done individually. Thanks for the help
If I understand the problem correctly, all you need to do is add a workflow to the checkbox that adds the checked item to a custom state list and the other table will just shows this custom state list as its source. See demo below:
When checkbox is checked, it adds the current cell’s item to a custom state list:
That works to bring the information of the user that is in the selected line, but what I need is for it to also save and send what the inputs have, since it uses that information to make a calculation with other data from the users table.
In that image you can see the problem I have a little more, what was added in the inputs I don’t know how to transfer it to the final result, and it passes as a 0
Yes, I found a way to do it but it has an error, for example, I am saving the inputs in a custom list, the problem is that if there is a repeated data, for example, in the inputs of both lines there is a 3 , just save one