DataTable is not always saving its data to dedicated field

Hi,
It happens, that data from data table control is not being saved in defined field.
No error or any other symptoms happens.
Even if table is empty it should save at least column names...
It affects almost 10% of my forms.

Any ideas?

image

Dear @Marcin,
This is not the default behavior:

Even if table is empty it should save at least column names...

If the table is empty, then it won't save anything, as only rows of data are saved in JSON format. No rows means no data to save, nothing gets saved.

If you have examples when there is data, but nothing gets saved for some reason, please, record a video for us if possible, and a log will definitely help in this case, record HAR and console while reproducing the error, if you can - Troubleshooting Plumsail Forms for SharePoint Online in Microsoft 365 — SharePoint forms

Hi,
I have been trying to reproduce this issue for 90 minutes with no success.

Finally I've just added new "on change" event and save this values to another field.
And now I can see forms where new field is filled while defined in control is empty.

This is probably issue related to performance.

Let's close this subject.

1 Like