Hey everyone,
I'm having an issue where a TextInput in my PowerApp will not successfully patch to a TextArea column if the character count exceeds 100. The TextArea Max Length is set to 500.
For reference, the patch is using 'Dispatch Notes': DispatchNotesTextInput.Text
Dispatch Notes is the column in the CDS table with Max Length set to 500.
Using the monitor, there doesn't seem to be an syntax errors and its returning Success 201 rows created, but no row is added to the table.
Any ideas?