PowerSnippets - Record Expected
- Written by Nils Eibenstein
- Microsoft Power Platform
Short notes on stuff I found in projects
Should you encounter the dreaded error:
Invalid Argument(Table) Expecting a record value instead
while patching a datasource, you might want to check whether you are trying to patch a string to an integer column. PowerApps doesn't disclose this though.
This also applies to controls that accept only numbers/integers. Here you'll have to put a Value() around the number string.
Another reason for this error to occur can be mismatching column names.
That's all for today folks.