Multi-line text field will only allow 255 characters via the app.
If I put anything >255, the form just doesn't submit, No error message, Just no submit.
Reduce to 255 and it saves.
Datacard is pointed to "Comments" which is a multi-line text field but may in fact have been a single line text field that was changed.
Datacard Max Length is "DataSourceInfo([@'Account Move - Requests'], DataSourceInfo.MaxLength, Comments)" which should result in no limit at all.
Text control Max Length is Parent.MaxLength
I even tried manually changing the max length on the datacard to 500 and it didn't work.
PowerApps has cached a character limit for that field that I can't seem to modify.
I assume others have seen this happen. I'm 99.9% sure that deleting that datacard and creating a new one will solve the problem but that's going to mean an hour of messing around with multiple cards when they all shift positions on the form when I delete which I'm just trying to avoid.