Should you encounter the dreaded error:
𝙸𝚗𝚟𝚊𝚕𝚒𝚍 𝙰𝚛𝚐𝚞𝚖𝚎𝚗𝚝(𝚃𝚊𝚋𝚕𝚎) 𝙴𝚡𝚙𝚎𝚌𝚝𝚒𝚗𝚐 𝚊 𝚛𝚎𝚌𝚘𝚛𝚍 𝚟𝚊𝚕𝚞𝚎 𝚒𝚗𝚜𝚝𝚎𝚊𝚍
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.