Happy Friday! I am very confused why this worked earlier in the week and now it is:
The function 'Patch' has some invalid arguments.
Invalid argument type. Expecting a Record value, but of a different schema.
Incompatible type. The 'Status' column in the data source you're updating expects a
'OptionSetValue' type and you're using a 'OptionSetValue' type.
The Patient Field (in the MedicalRelease table) I am patching into is a Lookup which has worked amazingly well, as I pull the information I need from the original table Patients table.
Questions:
1. Confused as to why NOW it has a different schema, no changes have been made between the Patients and the Release table
2. What is it really trying to tell me OptionSetValue?
Thanks for any help