So I am displaying some data in a repeating group and now I want to save it in another data type as a readable text or copy not the id of the element in the table.
This way I can delete the item from the original table without losing the data I previously copied.
how can i acomplish this ?
You can save that data in a Custom state and modify it as per your needs
custom states won’t work,
i have table 1, that represent a some ingredients:
i want to copy some info from this table 1 to another table 2 like this

and now i want to be able to delet the data from table 1 without deleting it from table 2
how can i make this ?