Hi,
I have a repeating table with ID, Currenttime and Description (TextInput) fields. Id (Autogenerates number) and time (Current Time) fields are auto-populating whenever I create a new row. Description field is to enter some comments manually.
Created a save button and added a ForAll patch function to save the values from repeating table to sql database. It's creating the records and showing ID and currenttime field values, but for description field values are not being stored.
Previously I used text input control in repeating table, and I didn't get any issue, but this time I am not sure why I am getting issue.
Any suggestions would be greatly appreciated to overcome this issue.
Thank you.